|
Revision 3, 473 bytes
(checked in by rcrowley, 2 years ago)
|
LAST ONE MYLES! Part of big commit for reorganizing tree b/c of new build process.
|
| Line | |
|---|
| 1 |
NOTES |
|---|
| 2 |
|
|---|
| 3 |
Expand gm.thumb to return the date taken as well for use in sorting |
|---|
| 4 |
MySQL format would be nice, as that is string-sortable |
|---|
| 5 |
|
|---|
| 6 |
Offer a preference to not create thumbnails in the name of speed |
|---|
| 7 |
Accomplish this with special case param of thumbSize = 0 to gm.thumb |
|---|
| 8 |
This will still return the date taken but will not actually do the thumbing |
|---|
| 9 |
|
|---|
| 10 |
As of 8-21-2007 |
|---|
| 11 |
Thumbing 127 8 MP JPEGs |
|---|
| 12 |
Uploadr 3 Mac 97 seconds |
|---|
| 13 |
Uploadr 3 Win 278 seconds |
|---|
| 14 |
Uploadr 2.5 Win 312 seconds |
|---|