C
Chase Preuninger
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?
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.
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?
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.