You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@xmlgraphics.apache.org by "James Burton (JIRA)" <ji...@apache.org> on 2015/04/01 01:44:52 UTC

[jira] [Created] (XGC-95) TIFF Packbits treatment of NOP

James Burton created XGC-95:
-------------------------------

             Summary: TIFF Packbits treatment of NOP
                 Key: XGC-95
                 URL: https://issues.apache.org/jira/browse/XGC-95
             Project: XMLGraphicsCommons
          Issue Type: Bug
          Components: image codecs
    Affects Versions: Trunk
            Reporter: James Burton


In class org.apache.xmlgraphics.image.codec.tiff, method decodePackbits(), the last "else" should do nothing.  srcCount is already bumped outside the "if".  The lines should looke like:

                    // no-op packet. Do nothing
                    // srcCount++;




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: general-help@xmlgraphics.apache.org