Changeset 49 for trunk/src/DocumentPage.cxx
- Timestamp:
- 04/13/06 05:47:01 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/DocumentPage.cxx (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/DocumentPage.cxx
r43 r49 34 34 35 35 /// 36 /// @brief Deletes all d inamycally allocated memory for DocumentPage.36 /// @brief Deletes all dynamically allocated memory for DocumentPage. 37 37 /// 38 38 DocumentPage::~DocumentPage () … … 45 45 /// 46 46 /// Gets the actual pixels the page is formed of. The format of the image 47 /// is RGB, using 3 bytes per pixel and a total of getWidth() * getHeight ()47 /// is RGB, using 3 bytes per pixel and a total of getWidth() * getHeight() 48 48 /// pixels. 49 49 /// … … 74 74 /// 75 75 /// The row stride is the bytes between two consecutive rows of the page's 76 /// image retri ved by getData(). Currently this value is 3 * getWidth(),76 /// image retrieved by getData(). Currently this value is 3 * getWidth(), 77 77 /// because I use 3 bytes per pixel, but this can change, so better use this 78 78 /// function.
