RE: corrupt jpg when converting from eps
| Newsgroups | gmane.comp.video.image-magick.bugs |
|---|---|
| Message-ID | <[email protected]> |
> convert 00001380.EPS jpeg:test.jpg The JPEG image is fine. Its just in a colorspace your browser is not comfortable with. Try this: convert -colorspace rgb 00001380.EPS test.jpg