Hi!
I'm new to this forum and also new to qt.
I need to write an application to operate on images (drawing, scaling, rotating, masks, filters, etc.). All the operations have to be performed by code I write, no built-in routines allowed.
Last year I programmed some code for graphic routines in c++ builder, using TGraphics::Bitmap and pixel operations with scanline(). Now I need to code this in Qt.
I'm completely new to this enviroment, but I already managed to install it and get familiar with widgets, slots and signals and some other mechanisms.
Could anybody show me some useful links to articles/tutorials about graphic operations?