rkalla / imgscalr

Simple Java image-scaling library implementing Chris Campbell's incremental scaling algorithm as well as Java2D's "best-practices" image-scaling techniques.
Apache License 2.0
1.23k stars 244 forks source link

Added resize Mode.BEST_FIT_BOTH to the Scalr engine #99

Closed elygre closed 10 years ago

elygre commented 10 years ago

Ref thebuzzmedia/imgscalr#94.

ghost commented 10 years ago

@elygre really appreciate the pull.

costa974 commented 8 years ago

Release to include this useful features?