Page 1 of 1

some strange behavior from the drivers?

Posted: Mon Feb 03, 2014 12:59 am
by M4UNOT
I have noticed some bugs with the this drivers:

EDT_BURNINGSVIDEO:

Returned wrong dimension size of images_view->getOriginalSize().Width and images_view->getOriginalSize().Height, but changed the alpha channel of

the draw2DImage



EDT_SOFTWARE:

Returned correct/right dimension size of images_view->getOriginalSize().Width and images_view->getOriginalSize().Height, but Dont change the alpha channel of the draw2DImage it still display as 255.

there is nothing wrong with my code i can still use the driver : EDT_OPENGL and everything works as it should be.

Re: some strange behavior from the drivers?

Posted: Wed Feb 05, 2014 10:46 pm
by hybrid
Software driver does not support arbitrary alpha, only binary values (0/255). regarding the size, are you sure that your image was not changed?

Re: some strange behavior from the drivers?

Posted: Thu Feb 06, 2014 12:15 am
by M4UNOT
Thanks for explaining that and yes i'm sure becouse it worked on the other drivers.

Re: some strange behavior from the drivers?

Posted: Fri Feb 07, 2014 7:37 am
by hybrid
That's not the indication the the image was also kept unchanged by the other drivers. Though originalSize should usually result in the size of the image as found in the image file. If you have an example please provide the details.