Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change resize method to "Approx Bilinear" (#18)
This changes the resizing method from `NearestNeighbor` (fast but low quality) to `ApproxBilinear` (less fast and medium quality).
- Loading branch information