(Thread for Einhugur Plugin Releases 2026 May to Dec)
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
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.

Tim’s bootstrap class (which comes with the plugin):
More info at https://www.einhugur.com
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.
671067d34be27f00d3e28123592c541b0619b42c877×592 26.9 KB
Hello World word document generated with the plugin.
WordListIndent
List indents using bullets and numbering.
WordShapes
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.
Gpiod Plugin 1.1 is out.
This plugin is a wrapper for libgpiod from: libgpiod/libgpiod.git - C library and tools for interacting with the linux GPIO character device
This plugin is part of our community effort project so the plugin is completely free and open source.
The plugin encapsulates the libpgiod so does not require libpgiod to be installed.
All example projects have been tested with Raspberry Pi 2, 3, 4, 5.
Additionally the plugin has been tested on the following boards: Orange Pi One, Orange Pi 2, Orange Pi 5 Plus, Rock64. (Only pin scan so far on the Orange Pi 5 plus)
The plugin deals with async operations in native threads masking the difficult things to do in Xojo.
New in version 1.1
- Updated to use libgpiod 2.3.1
Download link for the plugin:
https://www.einhugur.com/Downloads/Plugs/GpiodPlugin.zip
Source code for the plugin:
https://bitbucket.org/einhugur/gpiodplugin/src/main/
All of the Einhugur open source community projects:
I have also slowly been rebuilding the old GPIO guides to use the Gpiod Plugin and the I2C Plugin instead of Wiring Pi, so you will find more example projects and guides there:
I republished the version 1.1 of the Gpiod Plugin since it had bad version record in it that caused issues with Plugins Pro. So if you got the old 1.1 then by all means grab the new good 1.1.
WindowSplitter 13.5 for Xojo is out
WindowSplitterMojave376×344 7.88 KB
WindowSplitter is a Xojo plugin control to create split views in Windows and dialogs.
New in WindowSplitter 13.5:
-
Added support for adding Scrollable area to the Window splitter.
-
Made the build sizes a lot smaller on macOS.
More info at https://www.einhugur.com
PictureEffectsRaw plugin 8.5 for Xojo is out.
New in PictureEffectsRaw 8.5:
-
Added MeshGrid class.
-
Added MeshWarpEffectRaw class. (Supports up to 8 CPU cores at once like most of the effect classes in this plugin).
-
Added new example project.
PictureEffectsRaw is a Xojo plugin to do effects on Raw picture buffers, that originate from MemoryBlocks. The plugin extensively supports native threading, and can use up to 8 CPU cores at once for most of the effects.
**The new high quality upscale does not use the multi CPU engine which most of the plugin uses, but uses Simd instructions instead to be fast.
**
The new Mesh Warp effect
Supported effects:
Color filters:
Brightness, Contrast, Color filtering, Levels, Tint, Temperature, Grayscale, Gamma, Hue - Saturation, Invert, Sepia, Exposure, Gain / Bias, Contrast Stretch, Desaturate, Equalize, Replace color
Blur:
Blur, Gaussian Blur, Crystalize
Enhance:
Sharpen, Smooth
Rotate and scale:
High quality Bilinear Scaling, High quality up-scaling, Flip Horizontal, Flip Vertical, Stretch Horizontal, Stretch Vertical, High quality rotation rotation
Render:
Gradient, Clouds, Wood, Marble, Textile, Labyrinth , Rainbow Effect, Vignette, Spotlight
Stylize:
Emboss, Edge Detect
Artistic:
Oil Paint, Rank Order
Distort:
Shape distort, Polar Coordinates, Trim effect, Barrel distort, Interlace, Lens Effect, Pinch Effect, Twirl Effect, Mesh warp.
Other:
Channel mixer, Blend, Page Curl, Selective Color, Chroma keying (Green only), Dominant color detection.
Low level:
Map, Custom 3x3 matrix, ImageComparer.
More info at https://www.einhugur.com
Björn, every time I see this plugin updated, I wonder whether you know that pretty lady. ![]()
I am sorry to disappoint……but I generated her.
Well, you have good taste.











