itunes-colors icon indicating copy to clipboard operation
itunes-colors copied to clipboard

core function shoul get image argument not path

Open lapsio opened this issue 11 years ago • 0 comments

To make code more flexible for advanced webapps, ImageAnalyzer should get Image object, not path to avoid doubled image loading in case of previous canvas usage. Eventually switch(typeof image) to select proper behaviour. Also in case of offline usage init should be executed at the end, as with local Apache setup onload may fire before all function are defined.

lapsio avatar Sep 01 '13 05:09 lapsio