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

"LCMSImageLayout.isIntPacked" flag can be deleted

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P5 P5
    • 21
    • 17, 21
    • client-libs
    • 2d
    • b05
    • generic
    • generic

      The fix for https://bugs.openjdk.org/browse/JDK-7124245 added the "isIntPacked" flag to mark the non-byte pixels layouts(like TYPE_INT_RGB).
      * This flag is passed around even if it is not used by the pixel layout.
      * It may cause unnecessary creation of new transform if one type is "rgb && isIntPacked=true" and another one is "bgr && isIntPacked=false", but the actual data is the same.
      see: http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/2cf07dbdee64

            serb Sergey Bylokhov
            serb Sergey Bylokhov
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: