Skip to content

Commit

Permalink
Fix comment line length
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-stoehr authored Mar 18, 2024
1 parent dea854b commit c219cf0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ class ImageConverter {
* source image to convert
*/
ImageConverter(URI imageFileUri) {
// Add "[0]" to the path to make sure ImageMagick only uses the "main" image and ignores other, potential subfiles like embedded thumbnails.
// Especially relevant for TIFF files.
// Add "[0]" to the path to make sure ImageMagick only uses the "main" image and ignores other,
// potential subfiles like embedded thumbnails. Especially relevant for TIFF files.
source = uriToPath(imageFileUri) + "[0]";
}

Expand Down

0 comments on commit c219cf0

Please sign in to comment.