by mekane <mekane8@[EMAIL PROTECTED]
>
May 8, 2008 at 03:36 PM
Chase Preuninger wrote:
> I want to figure out how to read a JPG file by just using the read
> method in the InputStream class then I want to create a GUI component
> that can display it.
>
> 1) How are the bytes formatted in a JPG file?
Have you Googled for the JPEG spec?
> 2) What is the best way to color individual pixels in a JComponent.
>
> Please don't tell me to just use ImageIO and to draw it using a
> Graphics object because I know how to do that.
If I were you I would use the ImagIO packa-- oh, yeah, never mind. Good
luck with your project.