Resizing for export filter and batch support
Hi essentially I have two questions.
I am working on an export plugin for a compressed format. This formats needs the images either as powers of two or aligned to boundaries of 4.
Therefore I would need to resize the exported image before compressing it.
1) Is there any SDK functions which takes an image buffer, resizes it and returns its contents? Can the Photoshop SDK do the resize for me when I create a Export plugin?
2) In order to be able to process many images, do I have to create something special for batch support? Besides creating photoshop actions which dont need the sdk, is there also another sdk way of being able to process multiple images? Maybe an automation plugin?
Thanks in advance
Dimi