Details
-
Type: Improvement
-
Status: Reopened
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 4.2.2
-
Fix Version/s: None
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:any
-
ICEsoft Forum Reference:
Description
A few releases ago basic support for transparency group support was added. Mainly transparency support for a group of shapes and knockouts.
The current implementation will detect a transparency group flag on the form object. If detected painting is deferred and the shapes painted to image so that a transparency group can be applied. The problem with this approach is that image will look blurred as document zoom is applied.
It may be possible to spawn a new graphics context with g2d.createGraphics() in a similar but alternative means to creating the image. A little bit of research needs to be done here.
The current implementation will detect a transparency group flag on the form object. If detected painting is deferred and the shapes painted to image so that a transparency group can be applied. The problem with this approach is that image will look blurred as document zoom is applied.
It may be possible to spawn a new graphics context with g2d.createGraphics() in a similar but alternative means to creating the image. A little bit of research needs to be done here.
Issue Links
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #30260 | Wed Jul 25 17:41:45 MDT 2012 | patrick.corless | PDF-350 addition of property org.icepdf.core.disableTransparencyGroup to enable user to turn off transparency group support when raster quality is too low. |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/core/src/org/icepdf/core/util/ContentParser.java
MODIFY /icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/graphics/Shapes.java |