JonasKruckenberg / imagetools

Load and transform images using a toolbox :toolbox: of custom import directives!
MIT License
925 stars 59 forks source link

How to receive access to original image in `extendOutputFormats` after v7.0.0? #716

Open AleksandrIvanenko opened 6 months ago

AleksandrIvanenko commented 6 months ago

Hi! I'm not sure if this is a bug or not. Before v7 it was lying under image field of image metadata object:

image

After v7 it's undefined:

image

Monokai commented 5 months ago

I'm also trying to do some extra custom image analytics, but without a reference to the sharp instance, this is not possible anymore. Is there another way that I'm missing?

Serator commented 4 months ago

I used this information to create a placeholder, but now it's not possible. Is there any workaround solution?

jwleon commented 1 month ago

+1, some of my projects also depended on this feature...