johnwhitington / cpdf-source

PDF Command Line Tools Source
GNU Affero General Public License v3.0
226 stars 26 forks source link

Do something with soft masks in -extract-images #340

Open johnwhitington opened 5 months ago

johnwhitington commented 5 months ago

Cpdf does not (at present) do anything with soft masks. There are two things we could do:

a) Extract them separately and name them in an appropriate way to link them to the main image; or

b) Actually merge them and extract an image with an alpha channel.