Removing path for mask/transparency from File during convers

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
althaue

Removing path for mask/transparency from File during convers

Post by althaue »

Hi there,

We use imagemagick for converting eps files to jpg files.

Now we have the problem that the jpg files are huge.

I gave the images to some graphic pro's and they told me, that one of the pros is that the path for mask/transparency is still placed inside the jpg file.

Is it possible to remove this path / info with imagemagick and make files smaller?

Thx and greets,

Erich
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Removing path for mask/transparency from File during convers

Post by fmw42 »

try adding -strip and -depth 8
Post Reply