Search found 12 matches
- 2012-03-16T08:44:04-07:00
- Forum: Users
- Topic: EPS to JPG Convert Problems
- Replies: 1
- Views: 4638
EPS to JPG Convert Problems
I'm using ColdFusion and ImageMagick to convert client-uploaded images to web-friendly jpgs thumbnails. I'm having some problems, however, with some EPS files. The problem is that if I don't change the colorspace to RGB (the files uploaded are usually CMYK), then the thumbnails will appear as ...
- 2011-08-02T06:51:28-07:00
- Forum: Users
- Topic: Mogrify - Specify Input Folder
- Replies: 6
- Views: 17515
Re: Mogrify - Specify Input Folder
Works like a charm! Thanks!!
- 2011-08-01T13:36:24-07:00
- Forum: Users
- Topic: Mogrify - Specify Input Folder
- Replies: 6
- Views: 17515
Re: Mogrify - Specify Input Folder
I don't think I can do that in ColdFusion. There's no way to cd to a directory, as far as I know.. ColdFusion doesn't work like that. I'm pretty surprised mogrify doesn't have an path or folder input option/parameter. It seems like it makes mogrify basically unusable when executing an IM script from ...
- 2011-08-01T12:40:43-07:00
- Forum: Users
- Topic: Mogrify - Specify Input Folder
- Replies: 6
- Views: 17515
Mogrify - Specify Input Folder
This may be a stupid question, so I apologize in advance... I couldn't find it anywhere in the documentation, but how do you specify which folder's images you want mogrify to process? I'm running ImageMagick through coldfusion, so this is my mogrify call: <cfexecute name="C:\Program Files ...
- 2011-06-24T12:00:49-07:00
- Forum: Users
- Topic: Batch convert and errors logging
- Replies: 8
- Views: 18652
Re: Batch convert and errors logging
Aside from the obvious problem here with echo, my main problem aside from all of this is that the images that have problems for me (which i mentioned in another topic about paths and image darkening) don't even report a warning that there's something wrong when I run the convert in the actual ...
- 2011-06-24T11:57:32-07:00
- Forum: Users
- Topic: Batch convert and errors logging
- Replies: 8
- Views: 18652
Re: Batch convert and errors logging
So after some more testing, I realized yet another problem with ColdFusion. When I run the below command in an actual command line, I get the following results: Command Line: C:\Program Files\ImageMagick-6.7.0-Q16>convert -verbose C:\websites\backend\tasks\cmr\img\44230_460V_07.eps -regard-warnings ...
- 2011-06-23T13:44:53-07:00
- Forum: Users
- Topic: Batch convert and errors logging
- Replies: 8
- Views: 18652
Re: Batch convert and errors logging
Cool, thanks. That definitely pointed me in the right direction. The only problem was that I needed to add -verbose to it in order for anything to show up on the screen. It looks like -report-warnings is stopping for problems that I don't want it to stop for, though, and images that once came out ...
- 2011-06-23T12:27:01-07:00
- Forum: Users
- Topic: EPS to JPG Darkens Image
- Replies: 2
- Views: 5909
Re: EPS to JPG Darkens Image
Thanks for taking a look at this. I'm thinking that this image was made with a VERY old version of Photoshop and that's why it's using that weird profile (it looks like it's original creation date was from 2007), and hoping that going forward, any new image that I come across that is uploaded to me ...
- 2011-06-23T12:22:36-07:00
- Forum: Users
- Topic: Batch convert and errors logging
- Replies: 8
- Views: 18652
Re: Batch convert and errors logging
Does anyone know if there is something similar for ColdFusion? I'm using cfexecute to call ImageMagick, and for the life of me, I can't get it to output to the screen or a logfile for anything other than the identify command. If I try the same code that shows the details of the image from "identify ...
- 2011-06-23T06:41:54-07:00
- Forum: Users
- Topic: Can I convert EPS to JPG Ignoring clipping path?
- Replies: 5
- Views: 13080
Re: Can I convert EPS to JPG Ignoring clipping path?
Thanks for the quick reply, fmw42. Unfortunately, none of those methods work, and I'm still left with the same resulting jpg.
- 2011-06-22T13:37:35-07:00
- Forum: Users
- Topic: EPS to JPG Darkens Image
- Replies: 2
- Views: 5909
EPS to JPG Darkens Image
For some reason when I try to convert an eps to a jpg, it's darkening the image as a result. This doesn't happen every time, but has happened to multiple images. I'm not sure if it has anything to do with the fact that the resolution is 457. The image was uploaded by a client, and I need to be able ...
- 2011-06-22T13:06:38-07:00
- Forum: Users
- Topic: Can I convert EPS to JPG Ignoring clipping path?
- Replies: 5
- Views: 13080
Re: Can I convert EPS to JPG Ignoring clipping path?
I'm having the exact same problem here, and I could use an answer to this problem myself. Here is the command line I'm using to convert an eps to a jpg: convert GoldRings2.eps GoldRings2.jpg Here is the image I'm using: http://dl.dropbox.com/u/14916695/GoldRings2.eps and the resulting bad jpg: http ...