jpakkane / capypdf

A fully color managed PDF generation library
Apache License 2.0
89 stars 4 forks source link

Rework raster image handling #19

Closed jpakkane closed 1 year ago

jpakkane commented 1 year ago

Ping @doctormo, this might break some outputs as the output might not be valid X3 under some circumstances.

Eventually the raster image and metadata classes would be exposed via the C API so that users can pass image data directly rather than having to go via temporary files.

doctormo commented 1 year ago

Thanks for the heads up, looks good from here.