Hi,

How can I fast check is jpg image is valid ?

There is
Qt Code:
  1. QImage(strImagePath).isNull()
To copy to clipboard, switch view to plain text mode 
but I'm not sure is this the fastest way to check is image valid...