Hi all,

I want to resize the picture from my directory using im4java's jars.

Following my code:

          IMOperation op = new IMOperation();
          op.addImage("/xmlui/themes/Mirage/images/test.png");
          op.resize(90,120);
          op.addImage("/xmlui/themes/Mirage/images/newtest.png");

          ConvertCmd cmd = new ConvertCmd();
          cmd.run(op);


The code create a newtest.png picture and save on the images directory.
But, it doesn't work in my application.
I don't have any java exception about these.

im4java version is 1.2.0.
We are running in Dspace version is 1.7/Linux.

Any help would be appreciated?


Thanks,

Daniel
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to