stream

Tag

QuickImageFx
QuickImageFx 1.30
by Exilon Soft in Libraries for Delphi

Libray for simplifying image load/save, conversion and transformation. Can load/save png, jpg, jxl, webp, avif, tiff, gif and bmp. Can get image from different resources: file, stream, http, imagelist, associated windows icon, executable file icon, etc. Rotate, flip, grayscale and many other transformations. GDI+, raphics32, OpenCV, Vampyre and LibVips engines available.

23 Feb 2024
Apache 2.0

expat
expat 1.0
by Expat development team in C++ Libraries for C++Builder

This is Expat, a C library for parsing XML, started by James Clark in 1997. Expat is a stream-oriented XML parser. This means that you register handlers with the parser before starting the parse. These handlers are called when the parser discovers the associated structures in the document being parsed. A start tag is an example of the kind of structures for which you may register handlers.

13 Nov 2023
EULA