Hi, Max
I found
GrPixbuf *aux = pbImage->rotateSimple(); in GrPixbuf *iViewerModel::getPage(int page)
The problem is that getPage(int page) should return one page but i would like it to return 2 pages (split). I am trying to figure out how to implement this.
What I am thinking is maybe instead of returning a GrPixBuf* it should return GrPixBuf** (or vector<GrPixBuf>) so that incase there are two images returned for 1 page then something different can be done.
I think it is a good idea if you can work on having a toolbar for future use.
tovarish
|