Overview

ALIBRaster is a raster editing library developed by Artlogic that provides advanced raster editing capabilities through a concise API.
With this library, you can develop editing functions similar to drawing software or CAD software for raster data, such as paint software or photo retouching software.

As of January 2008, we will release an alpha version incorporating the following features:
  1. Raster loading support
  2. Split the raster into text shapes, line shapes, and area shapes, and place them on the specified layer.
  3. Display support
  4. Raster data can be freely placed on 216 (6 * 6 * 6) layers.
    Each layer can be assigned a palette and displayed as a 24-bit full-color image / 8-bit palette color image.
  5. Moving vertices
  6. You can move the vertices of line shapes.
  7. Deleting vertices
  8. You can delete vertices of line shapes.
  9. Splitting vertices
  10. You can split line shapes into two parts at an appropriate vertex.
    The split points can be moved or deleted as separate line segment endpoints.
  11. Inserting vertices
  12. You can insert vertices in the middle of a line segment.
  13. Deleting text shapes, line shapes, and area shapes
  14. You can delete text shapes, line shapes, and area shapes.
  15. Moving and copying text shapes, line shapes, and area shapes
  16. You can move or copy text shapes, line shapes, and area shapes.
  17. Rotating line shapes
  18. You can rotate line shapes by giving the rotation center and angle.
  19. Image processing for line shapes
  20. You can thin or thicken line shapes.
    You can transform line shapes into evenly sized, noise-free line shapes.
  21. Undo/Redo support
  22. Provides support for undo/redo. Multiple stage undo/redo and processing using files are also possible.
  23. Drawing functions
  24. You can draw polylines (shapes composed of multiple line segments), sets of polylines (shapes composed of multiple polylines), rectangular frames, elliptical frames, filled rectangles, filled ellipses, and arbitrary area shapes (sets).
※1: In the alpha version release, the following features are not included, but they will be added within 2-3 months. They are described in the API manual. At this stage, we will consider it as AlibRaster version 1.0.
  1. Rotation of Surface and String Figures
  2. You can rotate a surface figure by giving a rotation center and angle. String images can also be rotated as surface figures.
  3. Scaling of Line, Surface, and String Figures
  4. You can scale line and surface figures by giving a center and magnification ratio. String images can also be scaled as surface figures.
The ALIBRaster library will add the following features by 2023. API description in the manual is not yet available.
The main contents of the version upgrade include embedded character recognition, symbol layer support, and dashed line support.
At this stage, it will be referred to as AlibRaster version 1.1.
  1. Character Recognition Function
  2. Enables accessing string images by character code.
  3. String Search Function
  4. Provides search functionality for string images.
  5. Rendering of String Images
  6. Allows formatting and conversion of string images generated from fonts.
    Simultaneously, font changes (style, boldness, size) will also be available.
  7. String Drawing Function 2
  8. Enables inserting arbitrary strings as string images.
    When inserted as a surface figure, it will not be the target of searches or string image editing. However, when inserted as a string, it will be the target of searches and string image editing.
  9. Editing Function for String Images
  10. Allows editing of string images similar to a text editor or word processor.
  11. Addition of Symbol Layer
  12. Recognizes registered symbols and places them in a symbol layer. The input image is divided into four parts: string figures, line figures, surface figures, and symbols.
    In addition to the ability to delete, move, rotate, and scale symbols, it also provides a replacement function with other symbols.
  13. Line Figure Conversion
  14. Can convert line figures between dashed and solid lines. Several types of dashed lines are available.

  15. Arc and Circle Recognition
  16. Recognizes arcs and circles. In version 1.0, when enlarged, the vertices of the circle are connected by straight lines, resulting in a polygon that does not resemble a circle.
    When arc and circle recognition is performed, enlarging the image will maintain the appearance of a circle by approximating the lines between vertices as arcs.
user's manual