Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4394489

GIF reader gives incorrect minY values to IIOReadUpdateListener.imageUpdate

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 1.4.0
    • 1.0
    • client-libs
    • None
    • beta
    • generic
    • solaris_7
    • Verified

        The GIF reader plug-in passes the Y value of the start of the current scan
      instead of the Y value of the area that was most recently modified to
      the IIOReadUpdateListener.imageUpdate method.

        Instead of passing the value 'updateMinY', which is constant for a whole
      scan, it should pass 'destY', which is incremented as the scan proceeds.

        A regression test will be added in test/javax/imageio/plugins/gif/GIFReadUpdate.java.

            dricesunw Daniel Rice (Inactive)
            dricesunw Daniel Rice (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: