All,
We have Ghostscript previously installed for another purpose. (It is in a different folder than C:\Program Files\gs)
Now, I would like to use it for PDF to JPG Conversion with ImageMagick.
Is there a way to tell ImageMagick of the location of the previously installed Ghostscript?
Thanks,
Brad
Search found 8 matches
- 2012-08-06T07:39:46-07:00
- Forum: Users
- Topic: Can the location of Ghostscript be Specified in ImageMagick?
- Replies: 1
- Views: 3164
- 2012-08-05T12:10:35-07:00
- Forum: Users
- Topic: PDF to JPG – Trying to obtain a “Crisp” (not fuzzy) JPG
- Replies: 6
- Views: 18448
Re: PDF to JPG – Trying to obtain a “Crisp” (not fuzzy) JPG
fmw42,
Thanks for the assistance. I really appreciate it.
The " -density 288" parameter did the trick.
I am all smiles.
Thanks again,
Brad
Thanks for the assistance. I really appreciate it.
The " -density 288" parameter did the trick.
I am all smiles.
Thanks again,
Brad
- 2012-08-05T11:15:10-07:00
- Forum: Users
- Topic: PDF to JPG – Trying to obtain a “Crisp” (not fuzzy) JPG
- Replies: 6
- Views: 18448
PDF to JPG – Trying to obtain a “Crisp” (not fuzzy) JPG
All,
I am trying to convert a PDF file to a JPG file.
The conversion is working, but the generated JPG image is quite fuzzy.
I am using a “-quality 100” parameter.
Are there other ImageMagick parameters that I should be using to eliminate the fuzziness?
Thanks,
Brad
I am trying to convert a PDF file to a JPG file.
The conversion is working, but the generated JPG image is quite fuzzy.
I am using a “-quality 100” parameter.
Are there other ImageMagick parameters that I should be using to eliminate the fuzziness?
Thanks,
Brad
- 2012-06-05T19:19:00-07:00
- Forum: Users
- Topic: How to Discern Status of Operation
- Replies: 6
- Views: 10622
Re: How to Discern Status of Operation
Anthony, Sorry, I should have spelled things out better. I am planning to call ImageMagick from a Microsoft Access application (VBA). The purpose of the call is to trim off excess white space from images. I have the call from Access set up and working. This will be part of an unattended automated ...
- 2012-06-05T14:44:02-07:00
- Forum: Users
- Topic: How to Discern Status of Operation
- Replies: 6
- Views: 10622
Re: How to Discern Status of Operation
Bonzo, I was hoping to use ImageMagick as part of an "unattended" process that runs at night. Part of this larger process will be to trim down serveral generated images to a better size. In your post, you mention that you get either a 0 or a 1. This sounds like exactly what I am looking for. Where ...
- 2012-06-05T12:49:12-07:00
- Forum: Users
- Topic: How to Discern Status of Operation
- Replies: 6
- Views: 10622
How to Discern Status of Operation
I just started experimenting with ImageMagick. I am curious if there is an easy way to programmatically discern if an operation worked properly or not. Is these a status field available after an ImageMagick command is processed? I have read a bit about logging and debug, but I don't quite understand ...
- 2012-05-30T05:25:18-07:00
- Forum: Users
- Topic: How to Remove 1 inch from bottom & 1/2 inch from each side
- Replies: 3
- Views: 7211
Re: How to Remove 1 inch from bottom & 1/2 inch from each s
Thanks for the help, I really appreciate it.
I now have a working example of what I am trying to do.
Brad
I now have a working example of what I am trying to do.
Brad
- 2012-05-29T17:09:30-07:00
- Forum: Users
- Topic: How to Remove 1 inch from bottom & 1/2 inch from each side
- Replies: 3
- Views: 7211
How to Remove 1 inch from bottom & 1/2 inch from each side
I just started working with Imagemagick today. I understand some of the basics and I have run some successful tests. However, I have not yet figured out things for the main reason that I am working with Imagemagick. I have a large number of jpg files that are being generated by a purchased software ...