Fix theoretical crash in qunpluck image reader
If a malformed image has no rows or columns, we can end up dereferincing a nullptr. Error out early.
If a malformed image has no rows or columns, we can end up dereferincing a nullptr. Error out early.