Skip to main content
Known Participant
April 1, 2011
Question

How to open and validate the tif images via java?

  • April 1, 2011
  • 1 reply
  • 2446 views

Is it possible to open and validating the photoshop images via java. Kindly advise me.

Thanks for looking into this.

Maria Prabudass

This topic has been closed for replies.

1 reply

Muppet_Mark-QAl63s
Inspiring
April 1, 2011

Validating what…? That Photoshop can indeed open the TIF file… This would not be an ideal work flow… File open errors stop a script so you won't proceed past the first error found…

Inspiring
April 1, 2011

I have not looked to see how it is done but Image Processor seems to be able to skip over bad files without stopping. If it finds any bad files it can report them at the end of the run.

Muppet_Mark-QAl63s
Inspiring
April 1, 2011

Mike, batch action also has an option to log errors… Which I guess means it also continues with the rest… I never did check that out either to see how its done… Although I think 'validate' could mean just about anything…