After 3 weeks of working my way backwards down the rabbit hole I have finally started to make some progress forward with plans for PImage.
Heres a short list of what is going to have to be done and in what order for my 0.7 release
- write PImage constructors
- add toImageData and fromImageData prototypes to easily adapt between PImage and canvas ImageData types
- re-write image()
- re-write createImage()
- re-write loadImage()
- re-write get(x,y,w,h)
- test copy(), blend(), pimage.get(), pimage.set(), createimage(), loadimage(), image()
- write prototypes for PImage’s blend, copy, filter, mask, get, set, loadpixels, updatepixels
- test the prototypes
So yea obviously its not ALL going to get finished by Monday but I think i’ll be able to get a good portion of it done since a first draft of PImage, blend, copy, the blending modes, get, set, toImageData and fromImageData are done now.
Almost ready to get a working test going
More to come over the weekend