|
|
Subject:
Example Java or Perl program to change colors in a JPEG
Category: Computers > Programming Asked by: bozo0-ga List Price: $10.00 |
Posted:
11 Oct 2005 10:59 PDT
Expires: 12 Oct 2005 11:16 PDT Question ID: 578934 |
|
There is no answer at this time. |
|
Subject:
Re: Example Java or Perl program to change colors in a JPEG
From: localh77-ga on 11 Oct 2005 12:42 PDT |
The problem is that depending on what kind of editing you want to do, this could be quite complicated. Jpegs are compressed image files, which makes them harder to manipulate in code, and on top of that they are not handled exactly the same by every progam (unlike, say, bitmaps). http://en.wikipedia.org/wiki/Jpeg gives a good description of how complicated they are. Depending on why you want to do this, it might make more sense to save the picture as a .bmp first, edit the .bmp in code, and then save it back as a .jpg. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |