ImageGear for Java
saveOverlay Method
ART page with marks to save to overlay.
Page to which to save annotations.

Each ART group is saved into a separate overlay plane.

Since overlay planes do not support any types of graphic objects other than bitonal bitmaps, all ART marks from a group are converted into a bitmap before saving into an overlay.

Overlay planes do not support specifying the colors (even black or white). An overlay pixel can only be visible or invisible. All visible overlay pixels are displayed with the same color, which is specified by the application and not stored in the DICOM DataSet.

com.accusoft.imagegear.core.ImGearRasterPageT:com.accusoft.imagegear.art.ImGearARTImage

Saves ART marks into DICOM dataset as overlay planes.
Syntax
public static void saveOverlay( 
   ImGearARTPage artPage,
   ImGearRasterPage page
)

Parameters

artPage
ART page with marks to save to overlay.
page
Page to which to save annotations.

Each ART group is saved into a separate overlay plane.

Since overlay planes do not support any types of graphic objects other than bitonal bitmaps, all ART marks from a group are converted into a bitmap before saving into an overlay.

Overlay planes do not support specifying the colors (even black or white). An overlay pixel can only be visible or invisible. All visible overlay pixels are displayed with the same color, which is specified by the application and not stored in the DICOM DataSet.

com.accusoft.imagegear.core.ImGearRasterPageT:com.accusoft.imagegear.art.ImGearARTImage

See Also

Reference

ImGearDICOM Class
ImGearDICOM Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback