arkimg.png
PNG拡張
PNG画像のArkPngクラスを定義します。
このクラスはlibpngに依存しており
baseImage にBMP画像の読み書きをサポートしています。
ArkPng: ArkImgのPNG用クラス。
- class
ArkPng: arkimg._internal.base.ArkImgBase; - ArkImg for PNG
- this(in ubyte[] binary = null, in ubyte[] commonKey = null, in ubyte[] iv = null);
- コンストラクタ
- @safe void
load(in ubyte[] binary);
@safe immutable(ubyte)[]save() const;
@safe voidbaseImage(in ubyte[] binary, string mimeType = null);
@safe immutable(ubyte)[]baseImage(string mimeType = null) const; - ArkImg primitives