Search found 2 matches
- 2012-06-14T13:27:32-07:00
- Forum: Users
- Topic: Issues with unsharp
- Replies: 3
- Views: 4720
Re: Issues with unsharp
Thank you fmw42! I mistyped the convert command, it was "-unsharp" and not "-unsharpen". Both of the libraries are there and in the delegate row. I did get this working. The -colorspace sRGB fixed the issue and it did convert! Would there be any issue with always using that in the case of converting ...
- 2012-06-14T12:51:35-07:00
- Forum: Users
- Topic: Issues with unsharp
- Replies: 3
- Views: 4720
Issues with unsharp
Hi, I'm new here so please go easy on me. The company I work for uses ImageMagick to convert PDF files to JPG in their application. It is executed on the command line from a PHP script and is run on Linux. The command we use is: convert -density 200 -quality 100 <filename>.pdf -unsharpen 0x3.2 ...