IO refactor by sampottinger · Pull Request #3 · sampottinger/processing

added 2 commits

January 22, 2019 10:45
To increase automated testing to support some of the larger PRs (processing#5753), moved some image and input logic to strategies under a new core.util module so that they can be unit tested without testing with a full PApplet. Will soon refactor out other places where java hits some of the more systems oriented calls like read bytes and create output as well as image save logic for consistency. Tests and JavaDoc pending.

sampottinger

sampottinger added a commit that referenced this pull request

Aug 9, 2019
Re-introduced base 64 image loading tests from image path despite the rollback of sampottinger/processing #3. There were some issues with the API migration earlier and would like to leave this in if possible.

sampottinger added a commit that referenced this pull request

Aug 10, 2019
Revert of sampottinger/processing #3 for the antlr branch.

sampottinger added a commit that referenced this pull request

Aug 10, 2019
Revert of sampottinger/processing #3 for java11 branch.