Applies an option object to an image, in ORDER.
Split out from transform so Image is still the only thing that knows how to talk to the module, and so a caller holding an Image can apply an option object to it mid-chain.
Image
The image to append to.
What to apply.
The same image, for chaining.
Applies an option object to an image, in ORDER.
Split out from transform so Image is still the only thing that knows how to talk to the module, and so a caller holding an
Imagecan apply an option object to it mid-chain.