You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is currently no way (or I haven't found it) to apply processors to placeholders and cache them.
It could be useful for cases where the loaded image and placeholder should have the same corner radius, blur, size, etc.
Also as an addition, it would be grate to add a localImage option to ImageRequest for cases where you want to use an already existing image with the power of processors in Nuke (I think under the hood it could be an alias to placeholder, but a more friendly higher api for the ones who try to find how to apply processors to an already existing image).
The new initializer for ImageRequest could look something like this:
There is currently no way (or I haven't found it) to apply processors to placeholders and cache them.
It could be useful for cases where the loaded image and placeholder should have the same corner radius, blur, size, etc.
Also as an addition, it would be grate to add a localImage option to ImageRequest for cases where you want to use an already existing image with the power of processors in Nuke (I think under the hood it could be an alias to placeholder, but a more friendly higher api for the ones who try to find how to apply processors to an already existing image).
The new initializer for ImageRequest could look something like this:
The text was updated successfully, but these errors were encountered: