CryptoLib4Pascal branding
April 28, 2026 · View on GitHub
This folder holds the project logo and derivative assets for README, social previews, and optional IDE package icons.
Meaning
The mark is a rounded badge showing plaintext → ciphertext: a message panel with lines, a chevron, and a dark output block with abstract “encrypted” tiles. It suggests:
- Encryption and a crypto toolkit — ciphers, modes, and related APIs (a library, not one cipher).
- Clarity — readable at small sizes (favicon / package icon).
It is not derived from Embarcadero, Delphi, or any other artwork. Do not combine it with third-party trademarks in a way that implies endorsement.
Files
| File | Use |
|---|---|
logo.svg | Source of truth (light UI / default README on GitHub light theme). |
logo-dark.svg | Dark backgrounds (docs sites, 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/CryptoLib4Pascal.ico | Multi-resolution Windows icon for .dproj / .lpi. |
License
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 in a future commit; you may use them to refer to CryptoLib4Pascal. Do not use them to misrepresent authorship or to imply certification by the authors.
Regenerating PNG and ICO
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.