Copy link to clipboard
Copied
window.ImageBlob is a global Class as mentioned in this below document.
https://developer.adobe.com/indesign/uxp/reference/uxp-api/reference-js/Global%20Members/ImageBlob/
I just added this Class and Got undefined
const imgBlob = new ImageBlob(img)
I am using react for UXP development.
Note: `ImageBlob support is subject to enablement by HostApp. Currently supported by Photoshop.`
This is also mentioned in the documentation.
Copy link to clipboard
Copied
Note: `ImageBlob support is subject to enablement by HostApp. Currently supported by Photoshop.`
This is also mentioned in the documentation.
Copy link to clipboard
Copied
Is there any option to compress images to view in Plugin?
Copy link to clipboard
Copied
Currently there is no way in UXP to compress image, and Indesign too doesnt have any module
In Photoshop they have imaging module which can be used along with UXP's ImageBlob to get a thumbnail(
Link)
Find more inspiration, events, and resources on the new Adobe Community
Explore Now