This folder holds the project logo and derivative assets for README, social previews, and optional IDE package icons.
The mark is a rounded badge with a scan-style frame (corner brackets) around QR modules on a light tile. It suggests:
- QR symbol generation — encoding data into a QR matrix (library focus).
- Clarity — readable at small sizes (favicon / package icon).
It is not the official QR Code logo and is not affiliated with Denso Wave. QR Code is a registered trademark of DENSO WAVE INCORPORATED.
| File | Use |
|---|---|
logo.svg |
Source of truth (light UI / default README). |
logo-dark.svg |
Dark backgrounds (docs, dark-themed pages). |
BRAND.md |
Colors, clear space, minimum size, do / don’t. |
export/ (*.png) |
Raster exports (GitHub social 2:1, Open Graph, social header, square avatar). |
icons/QRCodeGenLib4Pascal.ico |
Multi-resolution Windows icon for .dproj / .lpi. |
The library source code is under the project MIT License. The logo files in this directory are also released under the MIT License unless the repository maintainers specify otherwise; you may use them to refer to QRCodeGenLib4Pascal. Do not use them to misrepresent authorship or to imply certification by Denso Wave or Embarcadero.
If you change the SVG, regenerate rasters using one of:
- Inkscape (CLI): export PNG at the sizes listed here.
- ImageMagick 7+:
magick logo.svg -resize 512x512 export/logo-512.png.