doc for the logo

This commit is contained in:
Basile Burg 2015-05-28 19:29:19 +02:00
parent 7bc17d96fd
commit 84ef8a753c
2 changed files with 21 additions and 0 deletions

BIN
logo/ce1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

21
logo/modify.md Normal file
View File

@ -0,0 +1,21 @@
Want to contribute with a better logo ?
The idea is to combine the **C** of _compile_ with the **E** of _Edit_.
## main bmp/png
- it's currently made in _Inkscape_, it can be redesigned elsewhere, as long as the software used is free.
- it must be exported as a 256x256 px png.
## icon pack
- the main _png_ must be opened in _Gimp_.
- once opened, it has to be copied and _paste as a layout_ 3 times (in the same document).
- the copies must be respectively rescaled to 16x16, 32x32 and 48x48, using _Sinc_ interpolation (by default it's set to _cubic_.
- select all and export as ico.
## embed in the project
- _open coedit.lpi_ in Lazarus.
- in the project menu, click project options and click to change the icon.
- save.