I want to edit a picture ,and i draw a line on it. but i don't know how to save it .can you tell me how to do it ,or give an example.
I want to edit a picture ,and i draw a line on it. but i don't know how to save it .can you tell me how to do it ,or give an example.
To save the image, you can use CFbsBitmap::Save() (for which you have to load your image as a CFbsBitmap type object).
For altering the pixels, you can use "TBitmapUtil" class, whose documentation (with example) is available in the SDK also.
.mbm-s created by CFbsBitmap::Save can be hard to use, check http://discussion.forum.nokia.com/fo...d.php?t=199790 for a snippet for saving .bmp files.