I would like to figure out how to programmatically move the bear face and popsicle stick horizontally 1/28th of the way for each day of the month. I need to do this for charts ranging from 25 to 35 days in which the face would have to move 1/25th to 1/35th of the way each day, respectively. The reason for not doing this manually is that I'm trying to pull a different bear face each day from a database. Not sure how to attack this.
Asked
Active
Viewed 160 times
0
-
April 1 isn't for another 10 days – skaffman Mar 21 '11 at 17:37
2 Answers
0
this will depend on the language, but you will want some sort of image processing library.
Say, if you use PHP, then GD is a good start.
In Python, look at PIL.
In Ruby, there is RMagick.

Lie Ryan
- 62,238
- 13
- 100
- 144