dragon66 / java-image-scaling

Automatically exported from code.google.com/p/java-image-scaling
Other
1 stars 1 forks source link

Aspect Ratio Issue #33

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 rajku...@vivareal.com on 10 Oct 2013 at 4:14

Attachments:

GoogleCodeExporter commented 9 years ago
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 sebastie...@gmail.com on 31 Jan 2014 at 9:10

Attachments: