[SOLVED] Saving Composite Operator in MIFF
Posted: 2018-12-15T23:33:25-07:00
Hi,
MIFF files has when you identify them, is it possible to change it? I want to save a project as MIFF and I need to save the composite operator for later use.
I tried (in Magick++):
But that is not saved in the MIFF.
The project is just a bunch of images layered on top with various offset and composite operators, very basic stuff.
MIFF files has
Code: Select all
Compose: Over
I tried (in Magick++):
Composition operator to be used when composition is implicitly used (such as for image flattening).
Code: Select all
image.compose(...)
The project is just a bunch of images layered on top with various offset and composite operators, very basic stuff.