textures in EDT_BURNINGSVIDEO svn 767

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
CaptainPants
Posts: 19
Joined: Wed Dec 06, 2006 10:15 am

textures in EDT_BURNINGSVIDEO svn 767

Post by CaptainPants »

Using IGUIImage results in weird scaling for images that are non power-of-two dimensions when using EDT_BURNINGSVIDEO.

I think that getOriginalSize() isn't working right, it seems to return the same as getSize() and is always a power of two.

Edit: getOriginalSize() gives different results in EDT_BURNINGSVIDEO from EDT_OPENGL, when I believe that this size is defined by the image file itself.
Last edited by CaptainPants on Mon Jul 09, 2007 4:31 am, edited 1 time in total.
~~Captain Pants
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

this is fixed as of revision 769. Thanks for reporting :)
Submit bugs/patches to the tracker!
Need help right now? Visit the chat room
CaptainPants
Posts: 19
Joined: Wed Dec 06, 2006 10:15 am

Post by CaptainPants »

Sorry, but it still seems to be having the same trouble (svn 769). I can send an example image if it would be helpful.
~~Captain Pants
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

I thought i'd fixed it. yes, please post an example image as mine seem to be working
Submit bugs/patches to the tracker!
Need help right now? Visit the chat room
CaptainPants
Posts: 19
Joined: Wed Dec 06, 2006 10:15 am

Post by CaptainPants »

Image
original image

Image
after draw2DImage ing it to the screen,

It seems that getOriginalSize() is still not working, it is spitting out the size after scaling.

also, i'm using windows xp
~~Captain Pants
Post Reply