Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 6.3
-
Labels:None
-
Environment:any
-
Support Case References:
Description
A client sent us a file that was a bit slow to render. After closer inspection there were two main hot spots.
The first being the application of DeviceCMYK using ICC colour profiles. In this particular case the CMYK converter code had excellent colour match and was a lot faster then using the ICC colour profile.
The second issue was the use of fairly large image bands that used the calRGB colour space. This particular colour space is decoded by the RawDecoder and is quite slow.
The first being the application of DeviceCMYK using ICC colour profiles. In this particular case the CMYK converter code had excellent colour match and was a lot faster then using the ICC colour profile.
The second issue was the use of fairly large image bands that used the calRGB colour space. This particular colour space is decoded by the RawDecoder and is quite slow.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #52104 | Thu Nov 23 10:40:24 MST 2017 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/core/core-awt/src/main/java/org/icepdf/core/pobjects/graphics/images/ImageUtility.java
|