Search found 39 matches

by martinw17
2006-10-26T04:35:06-07:00
Forum: Bugs
Topic: Corrupt EXIF info crashes identify
Replies: 2
Views: 14720

I have installed ImageMagick 6.3.0 and identify no longer crashes - thanks for the fix. However, I've found another (perhaps related) problem. I have an image (http://www.bright-interactive.com/downloads/iptc_byline.jpg) that contains data for the IPTC field 'Byline' (2.080). The following command w...
by martinw17
2006-10-10T08:06:13-07:00
Forum: Users
Topic: Getting colorspace using identify
Replies: 7
Views: 28253

I am trying to get the colorspace without having to parse the results of identify -verbose.
If the image class will only ever be one of DirectClass or PseudoClass then that helps, as I can use -format %r.

Thanks for your help.

Regards,
Martin
by martinw17
2006-10-10T07:41:37-07:00
Forum: Users
Topic: Getting colorspace using identify
Replies: 7
Views: 28253

Getting colorspace using identify

I am trying to find out the colorspace of an image using a command-line call. identify -format %r myimage.jpg gives me the colorspace, but this is concatenated onto the end of the image class (with no space). Is it possible to get the colorspace without the image class? If not, what are the possible...
by martinw17
2006-09-12T11:15:24-07:00
Forum: Bugs
Topic: Corrupt EXIF info crashes identify
Replies: 2
Views: 14720

Corrupt EXIF info crashes identify

I have an image (http://www.bright-interactive.com/downloads/test.jpg) which crashes identify, i.e. when using: identify -verbose test.jpg I'm guessing that it's a problem with the EXIF data as the same occurs with: identify -format "%[EXIF:*]" test.jpg I am using Windows XP, IM 6.2.9 Q16 ...
by martinw17
2006-09-12T10:58:30-07:00
Forum: Users
Topic: Converting transparent GIFs to TIFF
Replies: 7
Views: 21669

Here's some strange behaviour: if I convert the GIF as follows: convert test.gif -compress LZW -type TrueColor -depth 8 test.tif then the image looks like it has a transparent background when I open it in GIMP, but a white background if I open it in Photoshop. If I then resize the image as well, e.g...
by martinw17
2006-09-12T06:23:08-07:00
Forum: Users
Topic: Creating a fax compatible tiff
Replies: 4
Views: 13803

try using the density and units options, e.g.
-density 204x98 -units PixelsPerInch

- Martin
by martinw17
2006-09-08T04:11:00-07:00
Forum: Users
Topic: Converting transparent GIFs to TIFF
Replies: 7
Views: 21669

Thanks very much Anthony! The -type TrueColor option does the trick. I can now confirm the following: - Windows Picture and Fax Viewer, and Windows Explorer (when displaying thumbnails) can only display TIFFs that have certain Photometric Interpretation values. (I have seen it work only if the Photo...
by martinw17
2006-09-08T02:41:26-07:00
Forum: Users
Topic: Converting transparent GIFs to TIFF
Replies: 7
Views: 21669

Thanks Anthony. I have noticed that the TIFF that works has the following Photometric Interpretation: RGB color whereas the one that doesn't has: Photometric Interpretation: palette color (RGB from colormap) Is this relevant? Is it likely that Windows viewer can only deal with certain values for Pho...
by martinw17
2006-09-07T03:39:25-07:00
Forum: Users
Topic: Converting transparent GIFs to TIFF
Replies: 7
Views: 21669

Converting transparent GIFs to TIFF

I am having difficulting converting GIFs that have a transparent background into TIFFs that will open in Windows Picture and Fax Viewer (or display as thumbnails in Windows Explorer). For example, using the following GIF file: http://www.bright-interactive.com/downloads/test.gif with ImageMagick 6.2...