mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-13 03:40:31 +02:00
bring the fastrenderer back again...
hihihi
This commit is contained in:
@@ -18,8 +18,9 @@ public:
|
||||
* \brief The Construcor of the IntelliRasterImage. Given the Image dimensions.
|
||||
* \param width - The width of the Image.
|
||||
* \param height - The height of the Image.
|
||||
* \param fastRendererOn - Represents the flag for 8bit picture handelling.
|
||||
*/
|
||||
IntelliRasterImage(int width, int height);
|
||||
IntelliRasterImage(int width, int height, bool fastRendererOn);
|
||||
|
||||
/*!
|
||||
* \brief An Destructor.
|
||||
|
||||
Reference in New Issue
Block a user