Search found 20 matches

by markzman
2012-03-06T21:48:51-07:00
Forum: Bugs
Topic: Problem converting eps files IM 6.7.5-6
Replies: 2
Views: 7170

Re: Problem converting eps files IM 6.7.5-6

thanks for this, I guess I need to have the vector files simplified or find alternative ways to make a speedy conversion process.
by markzman
2012-02-28T00:49:20-07:00
Forum: Bugs
Topic: Problem converting eps files IM 6.7.5-6
Replies: 2
Views: 7170

Problem converting eps files IM 6.7.5-6

Having some trouble converting eps files
see below parameters and link of sample eps file

Code: Select all

mogrify -format png -colorspace rgb -flatten -density 300 -resize 520
http://www.mediafire.com/?6id2nn65dztg6wv

even on normal conversion IM just wont respond
by markzman
2012-02-09T05:38:24-07:00
Forum: Bugs
Topic: Byte Order Problem
Replies: 24
Views: 63359

Re: Byte Order Problem

Now I remember this used to work on ImageMagick-6.6.3-Q16 but the current release no longer supports this.
PC
tiff:endian: lsb
MAC
tiff:endian: msb

Can we have a patch for this?
by markzman
2012-02-09T00:17:17-07:00
Forum: Bugs
Topic: Byte Order Problem
Replies: 24
Views: 63359

Byte Order Problem

It seems that ImageMagick-6.7.5-Q16 could not identify the byte order of TIF files properly. endianess result is always LSB even on MAC byte order tif files. Image: MAC_sample.tif Format: TIFF (Tagged Image File Format) Class: DirectClass Geometry: 2023x1414+0+0 Resolution: 300x300 Print size: 6.743...
by markzman
2010-07-01T12:46:49-07:00
Forum: Users
Topic: how to detect PC or MAC byte order?
Replies: 9
Views: 22341

Re: how to detect PC or MAC byte order?

Now works on IM 6.6.2-10 Q16
See related post - viewtopic.php?f=3&t=16524
by markzman
2010-07-01T12:44:24-07:00
Forum: Bugs
Topic: PC or MAC byte order bug
Replies: 4
Views: 11047

Re: PC or MAC byte order bug

Works as it should, thanks guys.
by markzman
2010-06-29T12:03:30-07:00
Forum: Bugs
Topic: PC or MAC byte order bug
Replies: 4
Views: 11047

Re: PC or MAC byte order bug

looking forward for the next release.
by markzman
2010-06-28T13:55:01-07:00
Forum: Bugs
Topic: PC or MAC byte order bug
Replies: 4
Views: 11047

PC or MAC byte order bug

I seem to get incorrect Endianess value for determining what byte order was used on my sample files. sample PC byte order http://www.clipartof.com/images/free_hosting/large/0180-1006-2814-4729_sample_pc.tiff sample MAC byte order http://www.clipartof.com/images/free_hosting/large/0180-1006-2814-4937...
by markzman
2010-06-28T13:39:09-07:00
Forum: Users
Topic: how to detect PC or MAC byte order?
Replies: 9
Views: 22341

Re: how to detect PC or MAC byte order?

The files were re-saved a couple of times while troubleshooting if Photoshop or IM was the problem.
I'll post this on bugs section and see what comes out.
by markzman
2010-06-28T12:56:58-07:00
Forum: Users
Topic: how to detect PC or MAC byte order?
Replies: 9
Views: 22341

Re: how to detect PC or MAC byte order?

i tried re-saving them on other pc still the same output, see below sample tiff files. sample PC byte order http://www.clipartof.com/images/free_hosting/large/0180-1006-2814-4729_sample_pc.tiff sample MAC byte order http://www.clipartof.com/images/free_hosting/large/0180-1006-2814-4937_sample_mac.tiff
by markzman
2010-06-28T07:57:31-07:00
Forum: Users
Topic: how to detect PC or MAC byte order?
Replies: 9
Views: 22341

Re: how to detect PC or MAC byte order?

I'm using Photoshop CS3 on Windows XP.
The sample tiffs do have the "MM" indicator for MAC and "II" for the PC byte order but when I use the -verbose command i only get MSB for both.
by markzman
2010-06-25T14:54:02-07:00
Forum: Users
Topic: how to detect PC or MAC byte order?
Replies: 9
Views: 22341

Re: how to detect PC or MAC byte order?

Thanks for the reply. I think there's a bug with the new release, the Endianess value are the same see below report from PC and MAC sample tif. Running ImageMagick-6.6.2-7-Q16-windows-dll.exe 1. PC byte order Image: sample_PC.tif Format: TIFF (Tagged Image File Format) Class: DirectClass Geometry: 1...
by markzman
2010-06-25T09:41:15-07:00
Forum: Users
Topic: how to detect PC or MAC byte order?
Replies: 9
Views: 22341

how to detect PC or MAC byte order?

can imagemagick detect whether a tiff file has a PC or Mac byte order?
by markzman
2010-03-11T06:36:23-07:00
Forum: Bugs
Topic: Verbose incorrect colorspace info on Gray images
Replies: 1
Views: 4979

Verbose incorrect colorspace info on Gray images

Please check incorrect colorspace info for Grayscale images, see below result for a test gray image: Image: test_alpha_gray.tif Format: TIFF (Tagged Image File Format) Class: DirectClass Geometry: 1102x864+0+0 Resolution: 188.88x188.88 Print size: 5.83439x4.57433 Units: PixelsPerInch Type: Grayscale...
by markzman
2010-03-09T05:15:16-07:00
Forum: Bugs
Topic: Identify verbose can't detect alpha channel
Replies: 8
Views: 17423

Re: Identify verbose can't detect alpha channel

Would it be possible to detect alpha channel on grayscale images?