erich37
Well-known member
Suggestion:
load background-color of image while image is loading
visual effect: photos are fading-in while the user is waiting until image is fully loaded
photo background-color-detect
this is how it works:
- grab the smallest image, then look at the rgb values of every pixel, then do an average
- this is server side code, playing with the image in memory
Example:
http://xenzine.com
load background-color of image while image is loading
visual effect: photos are fading-in while the user is waiting until image is fully loaded
photo background-color-detect
this is how it works:
- grab the smallest image, then look at the rgb values of every pixel, then do an average
- this is server side code, playing with the image in memory
Example:
http://xenzine.com
Upvote
2