Udo Schnurpfeil created TOBAGO-1412:
---------------------------------------
Summary: Using PNG as icon format in the themes instead of GIF
Key: TOBAGO-1412
URL: https://issues.apache.org/jira/browse/TOBAGO-1412
Project: MyFaces Tobago
Issue Type: Improvement
Components: Themes
Reporter: Udo Schnurpfeil
Assignee: Udo Schnurpfeil
GIF is not the standard for images in the web since years.
This change requires to convert all images in self made themes.
For converting there are several tool available (e.g. convert (Linux)).
So you can easily write a script like
{code}
find . -name *.gif -exec convert ...
{code}
for this job. (This script can also made the VCS changes for you)
--
This message was sent by Atlassian JIRA
(v6.2#6252)