1 package mhr.appcore.image.layers.lut;
3 import org.w3c.dom.Document;
4 import org.w3c.dom.Element;
6 import mhr.appcore.bitmap.BitmapInfo;
7 import mhr.appcore.bitmap.ChannelCount;
8 import mhr.appcore.bitmap.ColorMode;
9 import mhr.appcore.bitmap.NBitmap;
10 import mhr.appcore.bitmap.exceptions.BitmapAllocationException;
11 import mhr.appcore.bitmap.exceptions.UnsupportedBitmapException;
12 import mhr.appcore.blending.BlendMode;
13 import mhr.appcore.exceptions.AlreadyDisposedException;
14 import mhr.appcore.image.Image;
15 import mhr.appcore.image.exceptions.InvalidLayerSpecificPresentationSuppliedException;
16 import mhr.appcore.image.exceptions.LayerCreationException;
17 import mhr.appcore.image.layers.Layer;
18 import mhr.appcore.image.layers.LayerPDInfo;
19 import mhr.appcore.image.layers.LayerType;
20 import mhr.appcore.interfaces.ImageFile;
21 import mhr.appcore.interfaces.PDBitmap;
22 import mhr.appcore.pointops.LUT;
23 import mhr.appcore.pointops.LUTAllocationException;
24 import mhr.appcore.utils.Rect;
70 bias = Double.parseDouble(i.getElementsByTagName(
"Bias").item(0).getTextContent());
71 }
catch (Exception e) {
125 BrightnessLUTLayerSpecificPresentation p = (BrightnessLUTLayerSpecificPresentation) presentation.
extra;