ae.utils.graphics.im_convert

ImageMagick "convert" program wrapper

Members

Aliases

VideoStream
deprecated alias VideoStream = DecodeStream
Undocumented in source.

Functions

encodeViaIMConvert
auto encodeViaIMConvert(SRC src, string format, string[] transformations)

Invoke ImageMagick's convert program to serialize the given image.

parseViaIMConvert
auto parseViaIMConvert(const(void)[] data, string[] transformations)
auto parseViaIMConvert(const(void)[] data, TARGET target, string[] transformations)

Invoke ImageMagick's convert program to parse the given data.

streamViaIMConvert
DecodeStream!COLOR streamViaIMConvert(File f)

Creates a DecodeStream from the given file, providing a forward range of frames in the file.

streamViaIMConvert
DecodeStream!COLOR streamViaIMConvert(string fn)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

DecodeStream
struct DecodeStream(COLOR)

Represents a stream as a D range of frames.

Meta

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Authors

Vladimir Panteleev <ae@cy.md>