Hy. Can somebody help with my problem??
I need to rotate some images(BMP and JPG). My problem is that i need to do it very fast, so the solutions i got so far(taking each pixel and finding it's new position) are not good.
The fastest way I know is by ising GDI+ form Microsoft, and it's very good, but the problem is that i have all my images stored in resource dll's!
I can't save any files on the computer, since the application is redistributed, so I'm using a TResourceStream to load the images from the dll, and after this the TBitmap's function LoadFromStream.
Can anyone help me?? Thanks.
I need to rotate some images(BMP and JPG). My problem is that i need to do it very fast, so the solutions i got so far(taking each pixel and finding it's new position) are not good.
The fastest way I know is by ising GDI+ form Microsoft, and it's very good, but the problem is that i have all my images stored in resource dll's!
I can't save any files on the computer, since the application is redistributed, so I'm using a TResourceStream to load the images from the dll, and after this the TBitmap's function LoadFromStream.
Can anyone help me?? Thanks.