add pinhole support to place-image-align, and change add-line to work from the top-left corner#580
add pinhole support to place-image-align, and change add-line to work from the top-left corner#580
Conversation
… from the top-left corner
|
@dbp is this obsoleted by your brownplt/pyret-lang#1802 ? I think the |
|
@dbp checking in about Ben's comment here. |
|
I think the pinhole support is missing from the other PR? But regardless, this particular CPO PR is obsolete because the image library has moved to pyret-lang. @dbp can you confirm where both parts of your improvements are, and whether we've fixed the crashing bug in your other PR? And do we have tests for this so we can merge it? |
|
IIRC, when I changed I did not add automated test cases in that PR (not sure the workflow for doing that with image stuff? Do existing image tests test pixel output? Or compare for equality for different operations? Or?). Not quite sure what I'm being asked here -- I do not know this code well :) |
We don't yet have any test cases that notice this change; I ran it manually on one example so far. I'll try to add some more test cases soon.