Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upProposal - Extract PImage.save implementations and delegate to internal ImageWriter #116
Conversation
Merge from source branch
Related to #80
Extract save implementations from
PImage(and subclasses) and instead delegate to an implementation ofprocessing.core.io.ImageWriter.eg.
TiffImageWriterfor encapsulating logic for writing Tiff image files.Benefits
PImage, reducing complexity.java.awta transient dependency, making it easier to remove in future.