convert 8BIT.png png32:32BIT.png
I need to write java code using IM4java. I have the following code but was not sure how to set the png32 indicator in the IMOperations.
Code: Select all
IMOperation op = new IMOperation();
op.addImage();
//What to add here to make it 32 bit png??
op.addImage();
convert.run(op,sourceFile,destFile);