Search found 24 matches

by Bingo
2008-11-07T00:39:48-07:00
Forum: Users
Topic: Get image "Type" with identify ?
Replies: 5
Views: 13301

Re: Get image "Type" with identify ?

Oh OK you just meant extracting the information from the "verbose" output.
I can do that.
Thanks for your help guys !
by Bingo
2008-11-06T07:51:57-07:00
Forum: Users
Topic: Get image "Type" with identify ?
Replies: 5
Views: 13301

Re: Get image "Type" with identify ?

Thanks for your answer.

%r gives me "DirectClassRGB".

That looks like a combination of the "Class" and "ColorSpace" fields from the -verbose output, but that's not what I am looking for.
by Bingo
2008-11-06T07:22:06-07:00
Forum: Users
Topic: Get image "Type" with identify ?
Replies: 5
Views: 13301

Get image "Type" with identify ?

Hi all ! When I use "identify -verbose" on an image, I have a "Type" field that tells whether the image is Palette, PaletteMatte, TrueColor, TrueColorMate, etc... How do I get only this information with "identify -format" ? Thanks a lot ! Edit : Just to make the point c...
by Bingo
2008-09-26T01:11:50-07:00
Forum: Users
Topic: I don't understand how t oadd -flatten to this command
Replies: 10
Views: 18710

Re: I don't understand how t oadd -flatten to this command

Yes the section of command line syntax was written when IM v6 first came about, and the key was making people understand that things should be done in operational order. What was not made clear is that READING IMAGES is an operation too. Indeed, that's the point. Furthermore, one needs a certain un...
by Bingo
2008-09-25T23:28:35-07:00
Forum: Users
Topic: I don't understand how t oadd -flatten to this command
Replies: 10
Views: 18710

Re: I don't understand how t oadd -flatten to this command

anthony wrote:ALL this is detailed in IM examples, Basics.
I've read a lot of the "usage" pages, which are great, but the command line syntax remained quite obscure to me.
Thanks a lot for clarifying all this !
(and thanks for the +repage, I'll add it too)
by Bingo
2008-09-25T01:08:54-07:00
Forum: Users
Topic: I don't understand how t oadd -flatten to this command
Replies: 10
Views: 18710

Re: I don't understand how t oadd -flatten to this command

Well Anthony, you got it right ! I was totally at loss about where should I write which command. So if I get it right, modifiers should precede the image ? The correct command was : convert -limit memory 2500 \ -density 400 -colorspace RGB -background white myeps.eps \ -flatten +matte -compress LZW ...
by Bingo
2008-09-23T23:25:33-07:00
Forum: Users
Topic: I don't understand how t oadd -flatten to this command
Replies: 10
Views: 18710

Re: I don't understand how t oadd -flatten to this command

try adding -type TrueColor or whatever you need see convert -list type Thanks for your answer. I already tried that but it doesn't work, the effect is the same as +matte. More precisely : since the EPS has a transparent background, the "antialiasing" of features that are drawn over the ba...
by Bingo
2008-09-23T07:07:08-07:00
Forum: Users
Topic: I don't understand how t oadd -flatten to this command
Replies: 10
Views: 18710

I don't understand how t oadd -flatten to this command

Hi all ! I have a script that converts EPS files to TIFF. In one pass, it crops the EPS into 1000x1000 TIFF tiles, with a given density and a 8bit depth, compressed in LZW. The command is as follow : convert -density 500 -compress LZW -depth 8 -colorspace RGB -limit memory 2500 -crop 1000x1000 myeps...
by Bingo
2007-03-26T03:52:13-07:00
Forum: Bugs
Topic: Win32 : convert.exe exists without error on very large tiff
Replies: 1
Views: 10164

Win32 : convert.exe exists without error on very large tiff

Hi all ! I am trying to tile a very large TIFF file with convert. The image is non-compressed TIFF file of ~9GB (67000x45000 pixels) generated by ghostscript. My command is : convert.exe -compress lzw -limit memory 1400 -crop 1000x1000 largetiff.tif largetiff-%d.tif The program returns instantly wit...