JonasKruckenberg / imagetools

Load and transform images using a toolbox :toolbox: of custom import directives!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

AleksandrIvanenko opened this issue · comments

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

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?

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