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.
some strange behavior from the drivers?
-
- Admin
- Posts: 14143
- Joined: Wed Apr 19, 2006 9:20 pm
- Location: Oldenburg(Oldb), Germany
- Contact:
Re: some strange behavior from the drivers?
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?
Thanks for explaining that and yes i'm sure becouse it worked on the other drivers.
-
- Admin
- Posts: 14143
- Joined: Wed Apr 19, 2006 9:20 pm
- Location: Oldenburg(Oldb), Germany
- Contact:
Re: some strange behavior from the drivers?
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.