Convert tif with old-style JPEG compression to eps

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
ChrisRChamberlain

Convert tif with old-style JPEG compression to eps

Post by ChrisRChamberlain »

Hi all

Trying to convert a tif with a compression scheme of 'Old-style JPEG' to eps.

Any ideas, please?

TIA

Chris
mgcleveland

Re: Convert tif with old-style JPEG compression to eps

Post by mgcleveland »

Hey ChrisR,

Did you ever find a solution to this? I'm having the same problem and google searches are coming up fruitless.

Thanks!

matt
ChrisRChamberlain

Re: Convert tif with old-style JPEG compression to eps

Post by ChrisRChamberlain »

Matt

Nothing in over 3 years! :(

Chris
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Convert tif with old-style JPEG compression to eps

Post by magick »

ImageMagick reads / writes TIFF with the help of the TIFF delegate library. Support for old-style JPEG images is within this library. Since we did not write nor do we support this library (we only utilize it), for help, try posting your request to the TIFF mailing list or development forums.
mgcleveland

Re: Convert tif with old-style JPEG compression to eps

Post by mgcleveland »

I'm working on various solutions to this problem, I'll post if any work!
mgcleveland

Re: Convert tif with old-style JPEG compression to eps

Post by mgcleveland »

We found a solution, this program http://www.irfanview.com/ can convert old-style JPEG compressed files. And it can do it in batches, to boot!

Unfortunately it's a Windows program, but you could use an emulator if you don't have access to a Windows machine.

matt
Post Reply