~ludwig.schmidt/jhelioviewer/jhv-plugins

« back to all changes in this revision

Viewing changes to src/org/helioviewer/viewmodel/JP2Image.java

  • Committer: Andreas Hoelzl
  • Date: 2009-09-16 17:06:52 UTC
  • mfrom: (3.2.19 jhv-andreas)
  • Revision ID: andreas_hoelzl_23@hotmail.com-20090916170652-yjjv0p69j14p0nit
FITS and "simple" image file support added

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
 
57
57
    /** An array of the file extensions this class currently supports */
58
58
    public static final String[] SUPPORTED_EXTENSIONS = { ".JP2", ".JPX",
59
 
    ".MJ2" };
 
59
    ".MJ2", ".PNG", ".JPEG", ".JPG", ".FITS", ".fits"};
60
60
 
61
61
    /** This is the image descriptor that uniquely identifies the image. */
62
62
    private ImageDescriptor imageDescriptor;