|
You can email us at support@einhugur.com and request free perpetual key which will give you key with 3 months of free updates with possibility of extending its free updates period if we still have the free key program at that time. If you have already valid update period for the main Einhugur Component pack then you can mail us and get free key for Einhugur Buoy components that have same update period as your component pack key. You can also run without any license key, in which case the component is limited in some way which will vary depending on the component. |
GraphicsFormats is a Buoy package to import and export pictures.
The package currently supports PNG, ICO file formats.
All formats have the following features:
- Importing from a file.
- Importing from a Bytes buffer.
- Exporting to a file.
- Exporting to a Bytes buffer.
- Import and export to RGB color space.
The following features are unique to the PNG format:
- Importing with Alpha channels for all import types (file,Bytes buffer).
- Exporting with Alpha channels for all export types (file,Bytes buffer).
- Querying meta data.
- Preserving ICC Color Profiles.
- 8 bit per channel read and write (RGB, Gray, RGBA, Gray-A).
- 16 bit per channel read and write. (and the full precision is preserved) (RGB, Gray, RGBA, Gray-A)
The following features are unique to the JPEG format:
- Setting Quality.
- Setting Baseline parameter.
- Setting Progressive parameter.
- Setting Smoothing factor.
- Supports preserving ICC Color Profiles.
- Supports importing and exporting CMYK color space.
- 8 bit per channel read and write (RGB, CMYK).
The following features are unique to the ICO format:
- Importing with Alpha channels for all import types (file,string).
- Exporting with Alpha channels for all export types (file,string).
- Multiple images within one ICO file (import and export).
- Preserving ICC Color Profiles. (When ICO segment was PNG based)
The following features are unique to the BMP format:
- RGB and gray color spaces.
- Import various of bit depths.
- Import images with color palettes.
The following features are unique to the WebP format:
- Importing with Alpha channels for all import types (file, bytes).
- Exporting with Alpha channels for all export types (file, bytes).
- Lossless format.
- Lossy format.
- Setting quality when using lossy format.
- RGB and gray color spaces.
Supported on:
- macOS Intel
- macOS Apple Silicon
- Windows 64 bit
- Windows ARM 64 bit
- Linux 64 bit
- Linux ARM 64 bit
New in 1.1:
- Fixed bug which caused the EinhugurGraphicsFormats.RawIco module to not be usable at all.
- Added RawBmpExporter class.
- Added RawBmpImporter class.
- Added ReadHeader function to the RawPngImporter class.
- Added RawJpegExporter class.
- Added RawJpegImporter class.
- Added RawWebPExporter class.
- Added RawWebPImporter class.
Component to support other Einhugur components. This component is foundation for all advanced image processing and handling.
Supported on:
- macOS Intel
- macOS Apple Silicon
- Windows 64 bit
- Windows ARM 64 bit
- Linux 64 bit
- Linux ARM 64 bit
New in 1.1:
- Added RawBitmapDescription class.
Word component is a Buoy component that enables you to create, read, write and edit Word docx files from Buoy code.
The component 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.
- Read and write links and bookmarks.
- Supports easy fill into form template feature.
- Language codes. (Preliminary support)
- 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.
Not yet supported in our Buoy version of the component:
- Many detail method and properties on various of classes.
- Classes and Enums will be put in proper namespaces once Buoy supports that.
Document with shapes, and some grouped shapes.
Document with shapes, and some grouped shapes.
List indents using bullets and numbering.
Supported on:
- macOS Intel
- macOS Apple Silicon
- Windows 64 bit
- Windows ARM 64 bit
- Linux 64 bit
- Linux ARM 64 bit
New in 1.2:
- Added new example project to show how to embed pictures in Word document.
- Added Import information to the documentation.
- Added new override to the AppendParagraph method on the container class.
- Added ComplexRunPartCount property to the Run class.
- Added ComplexRunFieldData property to the Run class.
- Added ComplexRunPartType property to the Run class.
- Added Caps property to the Run class.
- Added FieldSeparator property to the Run class.
- Added FieldSeparatorLock property to the Run class.
- Added HighlightColor property to the Run class.
- Added InstrText property to the Run class.
- Added Drawing property to the Run class.
- Added LanguageCode property to the Run class.
- Added Spacing property to the Run class.
- Added Strikethrough property to the Run class.
- Added Style property to the Run class.
- Added TabSegmentCount property to the Run class.
- Added Underline property to the Run class.
- Added UnderlineColor property to the Run class.
- Added ApplyFieldData method to the Run class.
- Added ClearUnderlineColor method to the Run class.
- Added ComplexRunPart function to the Run class.
- Added SetUnderlineWithColor method to the Run class.
- Added TabSegmentText getter setter function pair to the Run class.
- Added AltTextDescription property to the Drawing class.
- Added HasSVGRepresentation property to the Drawing class.
- Added PictuteData property to the Drawing class.
- Added PictuteFileName property to the Drawing class.
- Added SVGRepresentationData property to the Drawing class.
- Added SVGRepresentationFileName property to the Drawing class.
- Added ComplexRunFieldTypes enum.
- Added FieldSeparators enum.
GraphicsFormats is a Buoy package to import and export pictures.
The package currently supports PNG, ICO file formats.
All formats have the following features:
- Importing from a file.
- Importing from a Bytes buffer.
- Exporting to a file.
- Exporting to a Bytes buffer.
- Import and export to RGB color space.
The following features are unique to the PNG format:
- Importing with Alpha channels for all import types (file,string,stream).
- Exporting with Alpha channels for all export types (file,string,stream).
- Querying meta data.
- Preserving ICC Color Profiles.
- 8 bit per channel read and write (RGB, Gray, RGBA, Gray-A).
- 16 bit per channel read and write. (and the full precision is preserved) (RGB, Gray, RGBA, Gray-A)
The following features are unique to the ICO format:
- Importing with Alpha channels for all import types (file,string).
- Exporting with Alpha channels for all export types (file,string).
- Multiple images within one ICO file (import and export).
- Preserving ICC Color Profiles. (When ICO segment was PNG based)
Supported on:
- macOS Intel
- macOS Apple Silicon
- Windows 64 bit
- Windows ARM 64 bit
- Linux 64 bit
- Linux ARM 64 bit
New in 1.0:
- This is the first version for Buoy.
Component to support other Einhugur components. This component is foundation for all advanced image processing and handling.
Supported on:
- macOS Intel
- macOS Apple Silicon
- Windows 64 bit
- Windows ARM 64 bit
- Linux 64 bit
- Linux ARM 64 bit
New in 1.0:
- This is the first version for Buoy.