Skip to main content
deleted 15 characters in body; edited tags; edited title
Source Link
Kevin
  • 41.7k
  • 17
  • 91
  • 113

convert Convert a lot of .tif files using imagemagick's mogrify command

I have a lot of tif images in a directory. So I try to convert them into jpg format.

I use this command : mogrify -format jpg *.tif

But I get an error... a onean error for each image in fact  :

mogrify: 2281.tif: unknown field with tag 37724 (0x935c) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/746.

Maybe I am doing something wrong... Anyone hasDoes anyone have an idea and can help me ?

convert lot of .tif files using imagemagick's mogrify command

I have a lot of tif images in a directory. So I try to convert them into jpg format.

I use this command : mogrify -format jpg *.tif

But I get an error... a one error for each image in fact  :

mogrify: 2281.tif: unknown field with tag 37724 (0x935c) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/746.

Maybe I am doing something wrong... Anyone has an idea and can help me ?

Convert a lot of .tif files using imagemagick's mogrify command

I have a lot of tif images in a directory. So I try to convert them into jpg format.

I use this command : mogrify -format jpg *.tif

But I get an error... an error for each image in fact:

mogrify: 2281.tif: unknown field with tag 37724 (0x935c) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/746.

Maybe I am doing something wrong... Does anyone have an idea?

changed some formatting and removed 'sincerely'
Source Link

convert lot of tif with imagemagick.tif files using imagemagick's mogrify command

I have a lot of tif images in a directory. So I try to convert them into jpg format.

I use this command : mogrify -format jpg *.tif

But I get an error... a one error for each image in fact :

mogrify: 2281.tif: unknown field with tag 37724 (0x935c) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/746.

Maybe I doam doing something wrong... Anyone has an idea and can help me ?

Sincerely,

convert lot of tif with imagemagick

I have a lot of tif images in a directory. So I try to convert them into jpg format.

I use this command : mogrify -format jpg *.tif

But I get an error... a one error for each image in fact :

mogrify: 2281.tif: unknown field with tag 37724 (0x935c) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/746.

Maybe I do something wrong... Anyone has an idea and can help me ?

Sincerely,

convert lot of .tif files using imagemagick's mogrify command

I have a lot of tif images in a directory. So I try to convert them into jpg format.

I use this command : mogrify -format jpg *.tif

But I get an error... a one error for each image in fact :

mogrify: 2281.tif: unknown field with tag 37724 (0x935c) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/746.

Maybe I am doing something wrong... Anyone has an idea and can help me ?

Source Link
Raphaël
  • 543
  • 1
  • 6
  • 16

convert lot of tif with imagemagick

I have a lot of tif images in a directory. So I try to convert them into jpg format.

I use this command : mogrify -format jpg *.tif

But I get an error... a one error for each image in fact :

mogrify: 2281.tif: unknown field with tag 37724 (0x935c) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/746.

Maybe I do something wrong... Anyone has an idea and can help me ?

Sincerely,