CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2011
    Posts
    1

    Thumbs up Enhancing Quality of Image on Canvas in Java

    i had displayed my pictures in Canvas now i want to add the options to brighten, contrast and blur features for my displayed pictures, Actually i am using a library that return me Image (data type) that i displayed in the canvas

  2. #2
    dlorde is offline Elite Member Power Poster
    Join Date
    Aug 1999
    Location
    UK
    Posts
    10,163

    Re: Enhancing Quality of Image on Canvas in Java

    Have a look at Brightness & Contrast.

    Also, Blurring.

    Google is your friend. There are plenty more tutorials and examples if you can be bothered to search for yourself.

    One can think effectively only when one is willing to endure suspense and to undergo the trouble of searching...
    J. Dewey
    Please use [CODE]...your code here...[/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured