java - Convert .PSD File To .JPEG/.PNG File Programmatically -



java - Convert .PSD File To .JPEG/.PNG File Programmatically -

how convert .psd file image, .jpeg or .png or other image format, programmatically?

i tried find java library imagemagick.

if conversation not possible, find way read psd files straight on viewer.

need more suitable suggestion

thanks

should this

processbuilder pb = new processbuilder("converted", "-format ", "jpg ", psdafterconvpath, psdpath + "\\" + "*.psd"); pb.redirecterrorstream(true); seek { process p = pb.start(); } grab (ioexception ex) { logger.getlogger(definetask.class.getname()).log(level.severe, null, ex); } }

java android psd

Comments

Popular posts from this blog

c# - ASP.NET MVC Sequence contains no matching element -

java - Parsing XML, skip certain tags -

rest - How to invalidate user session on inactivity in a stateless server? -