Hide Forgot
Description of problem: For importing a screen part to a tif file nemed x.tif I use the command "import x.tif". But after having imported, the file is not of type tiff but of type ps. Version-Release number of selected component (if applicable): rpm -q ImageMagick ImageMagick-6.7.0.10-4.fc16.x86_64 How reproducible: always Steps to Reproduce: ls -l x.tif ls: cannot access x.tif: No such file or directory backes@eule [tmp]: import x.tif backes@eule [tmp]: file x.tif x.tif: PostScript document text conforming DSC level 3.0, Level 1 Actual results: See description Expected results: Additional info: The file's x.tif beginning part after import: ------------------------------------------------- %!PS-Adobe-3.0 %%Creator: (ImageMagick) %%Title: (x.tif) %%CreationDate: (2012-02-04T10:42:09+01:00) %%BoundingBox: -0 -0 941 449 %%HiResBoundingBox: 0 0 941 449 %%DocumentData: Clean7Bit %%LanguageLevel: 1 %%Orientation: Portrait %%PageOrder: Ascend %%Pages: 1 %%EndComments %%BeginDefaults %%EndDefaults %%BeginProlog % % Display a color image. The image is displayed in color on % Postscript viewers or printers that support color, otherwise % it is displayed as grayscale. % -----------------------------------------------------------
Thank you for your bugreport and willing make free software better! I can't reproduce that. $import file.tiff $ file file.tiff file.tiff: TIFF image data, little-endian Please could you please check fresh version from rawhide?
(In reply to comment #1) > Thank you for your bugreport and willing make free software better! > > I can't reproduce that. > $import file.tiff > $ file file.tiff > file.tiff: TIFF image data, little-endian > > Please could you please check fresh version from rawhide? Sorry, was my mistake: using "import x.tiff" instead "import x.tif" will solve my problem. Please excuse for trouble.
Remark: Reading the page http://www.imagemagick.org/script/formats.php, especially the description for the tiff tag, one could assume that .tiff and .tif are equivalent for identifying a file type. This was the reason for my "mistake" :-)
TIFF RW Tagged Image File Format Also known as TIF. Nothing about "tif" also may be used as tag format.