I want to load an image in a jframe in swing based gui. then want to edit that image like setting contrast or brightness. after editing the changes should be saved to the original image.
Please show me How to do this? show me any one change like brightness or contrast or any other change…
Good book on the subject – Filthy Rich Clients. Read about image filters. In particular check out RescaleOp. Here is a sample that updates image brightness.