Bump... any suggestions?
Note, as snibgo suggested I dropped, what he said.
now stands at:
convert -colorspace sRGB -density 960 -units PixelsPerInch "filename.eps" -resize 10%% "filename.gif"
Any suggestions?
Search found 40 matches
- 2017-09-22T09:30:31-07:00
- Forum: Users
- Topic: Converting EPS to GIF, loosing Transparency
- Replies: 15
- Views: 10504
- 2017-09-21T10:23:40-07:00
- Forum: Users
- Topic: Converting EPS to GIF, loosing Transparency
- Replies: 15
- Views: 10504
Re: Converting EPS to GIF, loosing Transparency
Ok see attached, text in transparent background looks bad when conveted to GIF. Looks better without transparent background
https://www.dropbox.com/s/1yuzzwlwosvz6 ... e.eps?dl=0
Thanks much!
https://www.dropbox.com/s/1yuzzwlwosvz6 ... e.eps?dl=0
Thanks much!
- 2017-09-19T13:21:23-07:00
- Forum: Users
- Topic: Converting EPS to GIF, loosing Transparency
- Replies: 15
- Views: 10504
Re: Converting EPS to GIF, loosing Transparency
Text still does not look good. This is where I'm at right now.
convert -colorspace sRGB -density 960 -units PixelsPerInch "image.eps" -resize 10%% -weight Bolder -background none -flatten "image.gif"
Any suggestions?
convert -colorspace sRGB -density 960 -units PixelsPerInch "image.eps" -resize 10%% -weight Bolder -background none -flatten "image.gif"
Any suggestions?
- 2017-09-15T16:26:33-07:00
- Forum: Users
- Topic: Converting EPS to GIF, loosing Transparency
- Replies: 15
- Views: 10504
Re: Converting EPS to GIF, loosing Transparency
GIF is required output.
Is there a way to improve text output; it really is quite awful. If I flatten the image, text gets sharp but I lose transparency and my transparent background from the EPS turns white in the GIF.
Suggestions?
Is there a way to improve text output; it really is quite awful. If I flatten the image, text gets sharp but I lose transparency and my transparent background from the EPS turns white in the GIF.
Suggestions?
- 2017-09-15T13:17:19-07:00
- Forum: Users
- Topic: Converting EPS to GIF, loosing Transparency
- Replies: 15
- Views: 10504
Re: Converting EPS to GIF, loosing Transparency
Wow, I tried so many combos. I know you rendered a png, but gif works with this as well. Thanks!
- 2017-09-15T12:19:35-07:00
- Forum: Users
- Topic: Converting EPS to GIF, loosing Transparency
- Replies: 15
- Views: 10504
- 2017-09-15T11:03:07-07:00
- Forum: Users
- Topic: Converting EPS to GIF, loosing Transparency
- Replies: 15
- Views: 10504
Converting EPS to GIF, loosing Transparency
Is there a tick to getting transparency in GIF. I can run: convert phone.eps phone.gif and it creates a gif and converts transparency to white if I do this instead: convert phone.eps -transparent white phone.gif it works, but I hear you can't hang you hat on that always working and we may not want ...
- 2014-11-14T10:10:06-07:00
- Forum: Users
- Topic: Hangs and errors
- Replies: 1
- Views: 2501
Hangs and errors
Does IM ever hang? Is there a way to see if its still processing? Are there Error codes? How do you know it completed?
- 2014-11-14T07:54:34-07:00
- Forum: Users
- Topic: Shell return codes
- Replies: 2
- Views: 3358
Re: Shell return codes
Sorry, using VB6
- 2014-11-14T07:51:59-07:00
- Forum: Users
- Topic: Shell return codes
- Replies: 2
- Views: 3358
Shell return codes
I'm using: str_convFirst = "convert -density 960 -units PixelsPerInch -colorspace sRGB g54w08.eps -flatten -scale 10% -weight Bolder g54w08.png" l_try = Shell(str_convFirst, vbHide) 'run line to generate png in VB6 It completes, and renders a file. I'm getting back 6600 for l_try, what does this ...
- 2014-10-08T16:24:17-07:00
- Forum: Developers
- Topic: Hangs and errors
- Replies: 2
- Views: 3919
Hangs and errors
I have some questions. I've never had ImageMagick hang on me. Is it possible or will it just time out. Is there a way to control its behaviour? What is the best way to grab errors? Are there a list of errors? I'm looking for reasons for failure to generate a "convert" file. Is there a resource (or ...
- 2014-09-22T11:14:15-07:00
- Forum: Users
- Topic: Trying to match output
- Replies: 9
- Views: 5179
Re: Trying to match output
I had used:
convert myinput.eps hald:8 hald_8.png
It generated 2 files. hald_8-0.png and hald_8-1.png. What am I supposed to do with these files?
Sorry for my ignorance!
convert myinput.eps hald:8 hald_8.png
It generated 2 files. hald_8-0.png and hald_8-1.png. What am I supposed to do with these files?
Sorry for my ignorance!
- 2014-09-21T07:52:59-07:00
- Forum: Users
- Topic: Trying to match output
- Replies: 9
- Views: 5179
Re: Trying to match output
Can I then convert to jpg and resize? Will -density affect this?
- 2014-09-20T07:37:59-07:00
- Forum: Users
- Topic: Trying to match output
- Replies: 9
- Views: 5179
Re: Trying to match output
The best way to match is to avoid the scaling (or blurring, etc) until the end so you have all the color operations first. Then create a PNG HALD:8 image in IM. Take the hald image to PS and process it with your same PS processing, except for any scaling or blurring or sharpening (things that are ...
- 2014-09-18T13:13:23-07:00
- Forum: Users
- Topic: Trying to match output
- Replies: 9
- Views: 5179
Trying to match output
I'm trying to match output from photoshop. I'm told an image from IM is too orange (too bright). I can't seem to tone down the color without affecting other colors, example if I play with contrast to tone down the bright orange, it tones down the blues. Any ideas? convert -density 960 -units ...