@rcd
d886ab87-daa4-4e73-8764-e10a7eb203db-image.png
54b405ee-0393-4c04-839b-924fe7398674-image.png
and then it will open source of url that downloads this photo's
How to reduce image size using BAS
-
How to reduce image size using BAS
BAS master please help me !!
Thanks all -
UP
-
@Royal-Russia said in How to reduce image size using BAS:
How to reduce image size using BAS
BAS master please help me !!
Thanks all
-
@Royal-Russia if you need to compress a image, you can use node.js libraries (sharp and etc)
const sharp = require('sharp') const data = await sharp('./test.jpeg') .jpeg({ quality: 30 }) .toFile('./test.jpeg') -
@Royal-Russia said in How to reduce image size using BAS:
@Fox I need to reduce image size, not resize it :(
Have you checked the work of this action?

Result:
Test script: 2755.xml
or did you mean to degrade the quality in order to reduce the file size?