Keys: d- draws a saved image between the corners x- take new photo (takes up to a minute) e- erase b- change background c- toggle camera
You can drag the corners. Thanks to -Jie- for his color-sensing code. Thanks to codeitfast for this link for reduced lag: https://turbowarp.org/#425164643 Technical Stuff: Updates: 1.1: added an accuracy slider 1.2: added four corners feature! 1.3: fixed enlarged image corruption This project stretches images and selects pixels using color interpolation. The algorithm for interpolating between the four nearest scanned pixels could be improved using the distance formula, but right now it just interpolates horizontally and then vertically.