I have a plugin that works with .psd files.a lot. I was wondering if you can somehow take the .psd files and convert them into another file type, for example pngs without opening them first in Photoshop. Right now the only way to convert the psd documents I found is through the doc.saveAs.png method. I checked the documentation already and maybe I am just blind but I can’t find it.
hi @Jarda,
thank you for your answer, just as a newbie in this regard and looking for a similar solution.
can you please explain what this answer can help to write the UXP way to do this?
But that is not really for beginners. You could probably find some CLI tool to that for you e.g. Imagick or something like that. ImageMagick – Command-line Tools: Magick
But then again… UXP by default is unable to pass arguments to CLI.