ScaraMcDuck / famfamfam

Automatically exported from code.google.com/p/famfamfam
0 stars 0 forks source link

GIF-PNG parity in silk set #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There are a number of GIFs in the silk set that do not exist in the PNG set.  
Create PNG equivalents for these GIFs.

Also determine creator of these extra icons (Jan?) for the list of contributors.

Original issue reported on code.google.com by stefanb...@gmail.com on 19 Feb 2011 at 3:08

GoogleCodeExporter commented 9 years ago
I am using ImageMagick to create batch conversions and it is done very fast, so 
it shouldn't be a problem at all.

Do you have a list of which files are missing?

Original comment by janpol...@gmail.com on 19 Feb 2011 at 3:28

GoogleCodeExporter commented 9 years ago
The downside to some of these GIFs is that they are indexed color (and 
transparency), whereas the original PNG set is true color and uses alpha 
transparency.  Therefore, the GIFs do not blend as well into the background as 
the PNG originals because they have harder edges.  This makes the PNG set's 
look-and-feel a little inconsistent since some icons have hard edges and others 
have soft edges.  For now, I went ahead and converted the missing ones.  I'll 
submit another issue to make better versions with alpha transparency.

I also moved the one animated gif (indicator.gif) into its own directory 
(animated_gif) so the gif/ and png/ directories could be compared directly.

Here's the list of icons to revisit (not including the faded versions of GIFs):

application_cascade_add.gif
application_cascade_delete.gif
application_cascade_go.gif
arrow_branch_red.gif
arrow_divide_down.gif
arrow_divide_down_red.gif
arrow_divide_red.gif
arrow_down_red.gif
arrow_in_red.gif
arrow_inout_red.gif
arrow_join_red.gif
arrow_left_red.gif
arrow_merge_red.gif
arrow_out_red.gif
arrow_redo_red.gif
arrow_refresh_red.gif
arrow_refresh_small_red.gif
arrow_right_red.gif
arrow_rotate_anticlockwise_red.gif
arrow_rotate_clockwise_red.gif
arrow_switch_red.gif
arrow_turn_left_red.gif
arrow_turn_right_red.gif
arrow_undo_red.gif
arrow_up_red.gif
blank.gif
browser_aol.gif
browser_camino.gif
browser_chrome.gif
browser_firefox.gif
browser_galeon.gif
browser_icab.gif
browser_internetexplorer.gif
browser_konqueror.gif
browser_mozilla.gif
browser_msnexplorer.gif
browser_netscape.gif
browser_omniweb.gif
browser_opera.gif
browser_safari.gif
browser_seamonkey.gif
browser_shiira.gif
browser_sunrise.gif
control_back.gif
control_play_blue_down.gif
control_play_down.gif
date_lorry.gif
fax.gif
female_time.gif
lorry_group.gif
lorry_user_female.gif
lorry_weather_cloudy.gif
male_time.gif
music_save.gif
page_magnifier.gif
page_tick.gif
page_white_pdf.gif
script_calendar.gif
script_date.gif
script_magnifier.gif
script_money.gif
script_sum.gif
script_weather_cloudy.gif
script_zoom.gif
sport_baseball.gif
sport_volleyball.gif
sql.gif
sql_add.gif
sql_delete.gif
sql_go.gif
sql_valid.gif
table_function.gif
table_row.gif
table_status_offline.gif
text_list_numbers_disk.gif
text_list_numbers_gear.gif
user_female_add.gif
user_female_contrast.gif
user_female_delete.gif
weather_cloudy_add.gif
weather_cloudy_lorry.gif
weather_cloudy_user_female.gif
weather_sun_lorry.gif
weather_sun_user_female.gif

Original comment by stefanb...@gmail.com on 21 Feb 2011 at 6:15