Notes about Slicing Tiles
I tried to use Jimp in combination with an uploaded image and didn't get very far.
- Maybe I could research this specifically. My trouble seemed to be with passing a file from the browser to a node server
- Running a node script locally should work, giving Jimp the path to an image on my file system
- Alt., the path to an image can be a URL, so I could aim for an image on the CDN
Next direction options
- May try Jimp via a node script in the terminal
- May try zooming, scaling and overflow:hidden-ing an image in HTML, and then printing them
- What I want is to generate a missing image tile based on slicing one from a larger scale (or stitching several from a smaller scale)