These are the steps I want to do :
Load button
__________
file (uri) ----> jBitmap ----> TBGRABitmap
Convert button
____________
---> do pixels change to gray/sepia on TBGRABitmap pixels
Save button
__________
----> jBitmap ----> file (png or other format)
How to do this ?