Bug 201 - gluScaleImage struggles with non-proportionate scaling.
Summary: gluScaleImage struggles with non-proportionate scaling.
Status: VERIFIED INVALID
Alias: None
Product: Jogl
Classification: JogAmp
Component: core (show other bugs)
Version: 1
Hardware: All all
: P3 normal
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2006-02-02 03:21 CET by Sven Gothel
Modified: 2010-03-24 07:48 CET (History)
0 users

See Also:
Type: DEFECT
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Gothel 2010-03-24 07:48:26 CET


---- Reported by krazykatz 2006-02-02 15:21:34 ----

Mipsmap.gluScaleImage has difficulty scaling in a non-proportionate manner.  If
you give the method a destination buffer a percentage larger in just the
vertical direction the image will be scaled horizontally rather than vertically.
 The same applies if you give it an image that should be scaled horizontally.

This problem probably affects glu.gluScaleImage also as this method just calls
down to Mipsmap.gluScaleImage.



---- Additional Comments From kbr 2006-02-03 00:26:30 ----

Could you please provide a self-contained test case illustrating the problem?
There may certainly be issues with the Java port of the GLU mipmap code, but
without a test case it is not feasible for us to try to reproduce the issue.




---- Additional Comments From kbr 2006-02-23 16:00:07 ----

I'm afraid we can't do anything with this report without a test case. Closing as
invalid. Please reopen the bug or file a new issue if a test case can be produced.




--- Bug imported by sgothel@jausoft.com 2010-03-24 07:48 EDT  ---

This bug was previously known as _bug_ 201 at https://jogl.dev.java.net/bugs/show_bug.cgi?id=201