@m4zuper Strange, as this is broken at least since 26.8.0 or something related to this. Hence I thought it's generally not working an concerns every user...
Currently using 27.6.2 on Windows 10, 64BG RAM, Ryzen 7 5800X. BAS is installed at the standard location on C drive. And it happens with every project I try to add this way. Okay, it's not that issue but it's convient to add a project with just one click.
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?