images: break long lines

git-svn-id: trunk@54282 -
This commit is contained in:
mattias 2017-02-26 20:48:07 +00:00
parent 9d961be95b
commit e78f077892

View File

@ -49,17 +49,28 @@ cd <lazarusdir>/images/
ADDING IMAGES TO LAZARUS POLICY
-------------------------------
Images in Lazarus can be under CC, GPL, LGPL, public domain or under the LGPL-modified license.
When you are adding images to Lazarus add information about their origin in SVN commit log. If the icons are under CC or need an acknowledgement, be sure to update the Help->About Lazarus->Acknowledgements info.
Images in Lazarus can be under CC, GPL, LGPL, public domain or under the
LGPL-modified license.
When you are adding images to Lazarus add information about their origin in SVN
commit log. If the icons are under CC or need an acknowledgement, be sure to
update the Help->About Lazarus->Acknowledgements info.
Please use Tango icons whenever possible because they are SVG and exist in various PNG resolutions - it will make updating icons for high-DPI easy in the future.
You can download Tango icons from https://packages.debian.org/sid/tango-icon-theme or directly http://http.debian.net/debian/pool/main/t/tango-icon-theme/tango-icon-theme_0.8.90.orig.tar.gz
Please use Tango icons whenever possible because they are SVG and exist in
various PNG resolutions - it will make updating icons for high-DPI easy in the
future.
You can download Tango icons from
https://packages.debian.org/sid/tango-icon-theme or directly
http://http.debian.net/debian/pool/main/t/tango-icon-theme/tango-icon-theme_0.8.90.orig.tar.gz
Use supplied ready-to-go PNGs in the needed resolution.
Please note that policy for LCL images is different (more strict). See lcl/images/README.txt for info about LCL icon policy.
Please note that policy for LCL images is different (more strict).
See lcl/images/README.txt for info about LCL icon policy.
HIGH-DPI ICONS
--------------
Every icon can have its 150% and 200% version. For a 16px, the sizes are: 24px and 32px respectively.
To use a high-DPI icon, register the icon with the suffix "_150" (150%) or "_200" (200%). See e.g. actions/laz_save_150.png
Every icon can have its 150% and 200% version. For a 16px, the sizes are:
24px and 32px respectively.
To use a high-DPI icon, register the icon with the suffix "_150" (150%) or
"_200" (200%). See e.g. actions/laz_save_150.png