Search found 547 matches

by Drarakel
2010-04-30T11:35:19-07:00
Forum: Users
Topic: IM installation
Replies: 9
Views: 19961

Re: IM installation

Of course you can use the "ImageMagick-6.6.1-Q16-windows.zip" package. (Why should they provide a binary that doesn't work? :wink:) As the description says, the zip file is basically the Q16 static Win32 package - without installer. @Ayusman: You should have tried this after downloading (a...
by Drarakel
2010-04-29T13:25:34-07:00
Forum: Users
Topic: How crop a PDF file
Replies: 14
Views: 48764

Re: How crop a PDF file

Do you know how can I just crop a PDF file With Adobe Acrobat? :wink: I wouldn't be too optimistic about getting solutions for this - that's an ImageMagick board, you know.. I'm also still a bit unsure what's the purpose behind this. Do you want that other people don't see the 'borders' (of the Med...
by Drarakel
2010-04-29T11:46:50-07:00
Forum: Users
Topic: Determining DPI through ImageMagick
Replies: 5
Views: 43959

Re: Determining DPI through ImageMagick

Thanks but can you tell me will it effect the quality of image in printing..? What is "it"? - In your example, the resample does simply nothing. - Changing the density doesn't alter the quality of the image (the pixels) itself - but it will change the print size. When you change the densi...
by Drarakel
2010-04-29T08:01:21-07:00
Forum: Users
Topic: Determining DPI through ImageMagick
Replies: 5
Views: 43959

Re: Determining DPI through ImageMagick

When you first change the density manually to 300dpi, you don't need the "-resample". :wink:
by Drarakel
2010-04-28T15:34:45-07:00
Forum: Users
Topic: How crop a PDF file
Replies: 14
Views: 48764

Re: How crop a PDF file

Me thinks he wants to edit the PDF, but keep the elements vectorial..?
@omman95: That's not possible with ImageMagick. Read this:
http://www.imagemagick.org/Usage/formats/#vector
by Drarakel
2010-04-28T06:41:38-07:00
Forum: Users
Topic: color problem while converting PDF -> JPG
Replies: 4
Views: 10530

Re: color problem while converting PDF -> JPG

First: You probably have to update Ghostscript. I'm using current versions (Ghostscript 8.71, ImageMagick 6.6.1-5) and have better results/colors (with a simple "convert -density 300 test.pdf[0] output.png" command): http://www.imagebanana.com/img/m84z7a2n/test300dpi_im.png But: There is s...
by Drarakel
2010-04-27T19:32:00-07:00
Forum: Bugs
Topic: pngalpha device does not work for multi-page pdfs
Replies: 1
Views: 4672

Re: pngalpha device does not work for multi-page pdfs

This is a known behaviour of Ghostscript. See here:
http://www.imagemagick.org/Usage/formats/#ps_reading
The 'ps:color' delegate is used rather than 'ps:alpha' by default because the 'pngalpha' ghostscript device only supports a one page/one image and PDF's generally are multi-page.
by Drarakel
2010-04-27T03:47:22-07:00
Forum: Users
Topic: color problem while converting PDF -> JPG
Replies: 4
Views: 10530

Re: color problem while converting PDF -> JPG

Getting correct colors from PDFs can be a difficult task sometimes - as this depends more on Ghostscript (not so much on ImageMagick).
Can you upload your PDF?
by Drarakel
2010-04-27T03:28:18-07:00
Forum: Users
Topic: How crop a PDF file
Replies: 14
Views: 48764

Re: How crop a PDF file

omman95 wrote:Hello, I don't know if it work.
You have to insert "-define pdf:use-trimbox=true" into your ImageMagick command - as Fred (fmw42) told you. Did you try that?
by Drarakel
2010-04-24T15:12:25-07:00
Forum: Bugs
Topic: Identify from ImageMagick prints output using wrong units.
Replies: 10
Views: 28041

Re: Identify from ImageMagick prints output using wrong unit

There is still some rounding issue IMO. Example: Again, I have a 300dpi PNG. "identify -verbose" shows the correct info for that: Resolution: 118.11x118.11 Print size: 21.607x30.3361 Units: PixelsPerCentimeter "identify -verbose -units PixelsPerInch" correctly shows the converted...
by Drarakel
2010-04-24T00:26:32-07:00
Forum: Bugs
Topic: Identify from ImageMagick prints output using wrong units.
Replies: 10
Views: 28041

Re: Identify from ImageMagick prints output using wrong unit

PNG only supports pixelspercentimeter. IM converts density from pixelsperinch if supplied that way to the correct density at pixelspercentimeter when creating a PNG. Yes, but there should be a way to recreate the 'PixelsPerInch value' IMO. When I have a 300dpi image, most programs do report the fil...
by Drarakel
2010-04-23T22:40:36-07:00
Forum: Bugs
Topic: [IM 6.5.4-6] identify.exe slow on a 5MB jpg file
Replies: 4
Views: 10229

Re: [IM 6.5.4-6] identify.exe slow on a 5MB jpg file

The only other IM command that I know of that makes the process quicker is "identify -verbose -ping <file>". But this will render the type/depth info useless. For the 'create-date', I think I would just use "dir". And did you try "%[colorspace]" (or maybe "%r"...
by Drarakel
2010-04-22T14:00:39-07:00
Forum: Bugs
Topic: [IM 6.5.4-6] identify.exe slow on a 5MB jpg file
Replies: 4
Views: 10229

Re: [IM 6.5.4-6] identify.exe slow on a 5MB jpg file

For large JPGs, you can usually add a '-define jpeg:size' parameter (unless you need the full statistic/histogram). So, such a command will be very quick on your file: identify -verbose -define jpeg:size=64x64 page_0001.jpg But as you're using an older IM version, the following command could still b...
by Drarakel
2010-04-18T20:14:28-07:00
Forum: Bugs
Topic: Crash with some PSD files
Replies: 3
Views: 10110

Re: Crash with some PSD files

I've tested with IM version 6.6.1-4. My problematic PSD files all work now!
Thanks again - for that great piece of software and for the fix! :D