java-image-scaling
java-image-scaling copied to clipboard
Aspect Ratio Issue
What steps will reproduce the problem?
1. Take image of size 6000x4000.
2. Create thumbnail of size 704x397.
What is the expected output? What do you see instead?
Based on aspect ratio, it should create 596x397, instead it stretches the image
and create image of sizw 704x397
What version of the product are you using? On what operating system?
Windows 8, JDK 1.7.0_40-b43, java-image-scaling 0.8.5
Please provide any additional information below.
-
Original issue reported on code.google.com by [email protected] on 10 Oct 2013 at 4:14
Attachments:
Encountered the same issue :
- Set max size to 700px wide.
- Original image is 705px width & 1058px height
- Resized image is 700px width * 466px height
--> Aspect ratio is not preserved…
Original comment by [email protected] on 31 Jan 2014 at 9:10
Attachments: