The OpenD Programming Language

Image.changeLayout

Keep the same pixels and type, but change how they are arranged in memory to fit some constraints. Tags: #valid

import gamut.image;
struct Image
nothrow @nogc @safe deprecated
alias changeLayout = setLayout

Meta