, * incorporating modifications by others. See CONTRIBUTORS.md for a full list. * * This software is distributed under the terms of the MIT license. See LICENSE.md * for details. */ namespace Mike42\Escpos; use Mike42\Escpos\EscposImage; /** * Implementation of EscposImage using only native PHP. * TODO: wbmp, pbm, bmp files. */ class NativeEscposImage extends EscposImage { }