}
public static void main(final String args[]) {
try {
JPEGImageReader image = new JPEGImageReader(VACA);
JPEGMatrixViewer viewer = new JPEGMatrixViewer(new ImageFileMatrix(
image));
viewer.show();
} catch (FileNotFoundException e) {
e.printStackTrace();