Search found 1 match

by jsnreddy
2015-10-22T14:33:17-07:00
Forum: Users
Topic: IM4Java Convert to 32 bit PNG
Replies: 0
Views: 11045

IM4Java Convert to 32 bit PNG

I am able to convert from 8 bit png to 32 bit png using the following command 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. IMOperation op = new IMOperation(); op.addImage ...