Einhugur Plugin Releases (2026 May-Dec)

(Thread for Einhugur Plugin Releases 2026 May to Dec)

1 Like

GraphicsFormats plugin version 12.0 for Xojo is out

New in GraphicsFormats 12.0:

  • Added support for reading and writing avif image files. This was added as separate plugin, to make it optional if you install it or not.

  • Added RawAvifException class.

  • Added RawAvifExporter class (with aom codec).

  • Added RawAvifImporter class (with davi1d and aom codec).

  • Added RawAvifImageItemProperty class.

  • Updated libjpeg-turbo.to version 3.1.4.1.

  • Linux arm 32 bit target now uses libjpeg-turbo for Jpeg classes like the other platforms do.

  • Windows arm64 target now uses ibjpeg-turbo for Jpeg classes like the other platforms do.

  • Fixed problem with the InternetMediaTypes function on the BmpImporter class.

  • Fixed problem with the InternetMediaTypes function on the BmpExporter class.

  • Added InternetMediaTypes function to RawJpegImporter class.

  • Added FileExtensions function to RawJpegImporter class.

  • Added UTI function to RawJpegImporter class.

  • Added UTIDescription function to RawJpegImporter class.

  • Added UTIConformsTo function to RawJpegImporter class.

  • Added InternetMediaTypes function to RawJpegExporter class.

  • Added FileExtensions function to RawJpegExporter class.

  • Added UTI function to RawJpegExporter class.

  • Added UTIDescription function to RawJpegExporter class.

  • Added UTIConformsTo function to RawJpegExporter class.

  • Added new example project.

GraphicsFormats supports:
PNG: 8 bit per channel, RGB or Gray, 16 bit per channel RGB or Gray, ICC Color profiles, alpha channels. File IO, String IO.
JPEG: 8 bit per channel, RGB or Gray, CMYK, ICC Color profiles. . File IO, String IO.
TIFF: 8 bit per channel, RGB or Gray, 16 bit per channel RGB or Gray, 8 bit per channel CMYK, 16 bit per channel CMYK, ICC Color profiles, alpha channels. . File IO, String IO.
TGA: 8 bit per channel, RGB, Alpha channels. . File IO, String IO.
HDR: RGBe → Which can be delivered in RGB 8 bits per channel, RGB 16 bits per channel or 32 bit per channel RGBf (float), File IO, String IO.
ICO: Mulitiple images within ICO file, File IO, String IO.
WebP: Lossy and Lossless codec, Alpha channels and no Alpha channels.
Avif: Lossy and Lossless codecs, Alpha channels and no Alpha channels, ICCColor profiles.
BMP: Can read all bit depts, and can read BMP’s with color palettes. Can read and write BMP’s with alpha channels (even if most programs do not support the Alpha channels for BMP)
GIF: Can read still and animated GIF’s. (writing not yet supported).

The RawBitmaps used in the GraphicsFormats plugin then can be used seamlessly with the Einhugur PictureEffectsRaw plugin for ImageProcessing, our PDF plugin for attaching images to your PDF documents, our ExcelWriter plugin, Einhugur OpenDocument Text Plugin, and our Color Management Plugin.

More info at www.einhugur.com

3 Likes

Einhugur CustomButton Plugin for Xojo has been updated to version 4.7.4

New in version 4.7.4:

  • Added counter measures in the CustomButton for Xojo bug #81431 when running on HIDPI settings on Windows systems.

The CustomButton plugin is a plugin to create Custom rendered colored buttons, checkboxes, radio buttons and switches for all desktop platforms.

image

image391×461 24.6 KB

image

image600×314 17.4 KB

image

image245×210 6.23 KB

image

Tim’s bootstrap class (which comes with the plugin):

image

image536×416 47.2 KB

More info at https://www.einhugur.com

4 Likes

Einhugur Word Plugin for Xojo version 4.7 is out

Word plugin is a Xojo plugin that enables you to create, read, write and edit Word docx files from Xojo code.

The plugin can:

Create new Word documents.
Read and write paragraphs and runs from Word documents.
Read and write tables in word documents. (Very basic writing).
Read and write nested tables and nested paragraphs in word documents. (Very basic table formatting).
Read and write document info in Word document.
Read and write pictures (jpg and png) from Word document.
Read SVG pictures from Word document (currently read only).
Read and write headers.
Read and write footers.
Read and write basic bullets and numbering setup on paragraphs.
Read and write indents.
Supports easy fill into form template feature.
Language codes.
Preliminary support for read and write for shapes.
Support for reading and writing Character Style hierarchy.
Support for reading and writing Paragraph Style hierarchy.
Support for reading and writing Table Style hierarchy.


671067d34be27f00d3e28123592c541b0619b42c

671067d34be27f00d3e28123592c541b0619b42c877×592 26.9 KB

Hello World word document generated with the plugin.

WordListIndent

WordListIndent

WordListIndent372×293 11.3 KB

List indents using bullets and numbering.

WordShapes

6c903ebf5f4ae0b72fd477e88d285de6417665fc_2_536x500

6c903ebf5f4ae0b72fd477e88d285de6417665fc_2_536x500536×500 12.7 KB

Some shapes and grouped shapes.

Plugin is supported on:



macOS Intel
macOS Apple Silicon
Windows (32 bit and 64 bit)
Windows ARM (64 bit)
Linux (32 bit and 64 bit)
Linux ARM(32 bit and 64 bit)
iOS


New in version 4.7:

  • Fixed issue with the ColorIsAuto property on the TableBorder class.

  • Did some optimizations.

  • Did some minor memory fixes.

  • Updated pugixml to version 1.1.6.

More info at www.einhugur.com

Einhugur Plugin Pack is part of the Omega Bundle that is running right now so be sure to check that out.

2 Likes