Aldo Buratti - 2026-07-30

The way I implemented the "blend2d" image type was probably the best gem of the tclBlend2d package. It was not easy to develop it in a pre-AI era, but, just using the Xlib calls (whether native or emulated), it has been possible to provide C code that is virtually platform-independent, running successfully for years on Windows, Linux, and Mac alike.

I have read the thread regarding the XcopyArea bug, but I will have to wait another month to get a new Mac Mini (I am currently still using an older Intel-based Mac) and figure out why it fails on Apple Silicon.

I neither want to nor can delve into the technical specifics of graphics across the various platforms, but I'd say that XCopyArea and XPutImage are two very different functions; XPutImage is for converting an internal 'image' to an X11 drawable, whilst XCopyArea is for blitting the drawable on the screen. Of course it all depends how these functions are optimized/emulated on different platforms.

Let me know if you have new details or news about this bug.