| Author |
converts jpeg to bmp
|
|
|
| Hi,
I'd like to do some conversions from jpeg to bmp and vice versa.
Is there any good freebies libraries for Windows Java platform or Linux
Java Platform
or Windows C++ or Linux g++? basically cross-platform or individually
Thanks
Jack
| |
| VisionSet 2006-05-26, 8:05 am |
|
"Jack" <lucky7456969b@hotmail.com> wrote in message
news:1148630243.787736.131300@38g2000cwa.googlegroups.com...
> Hi,
> I'd like to do some conversions from jpeg to bmp and vice versa.
> Is there any good freebies libraries for Windows Java platform or Linux
> Java Platform
> or Windows C++ or Linux g++? basically cross-platform or individually
Eh? Java *is* crossplatform.
Anyway its bundled with the J5SE - javax.imageio
--
Mike W
| |
|
| How do you find out what methods javax.imageio exposes to public?
Sorry this is a complete beginner question! :)
Thanks
Jack
| |
| IchBin 2006-05-26, 10:03 pm |
| Jack wrote:
> How do you find out what methods javax.imageio exposes to public?
> Sorry this is a complete beginner question! :)
> Thanks
> Jack
>
You have to look at the Java Class API Specs.
http://spartans.sstx.org/~bgray/Jav...ge-summary.html
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA
http://weconsultants.servebeer.com/JHackerAppManager
________________________________________
__________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
| |
| VisionSet 2006-05-27, 8:05 am |
|
"IchBin" <weconsul@ptd.net> wrote in message
news:CZ6cnf5-IaxoXurZUSdV9g@ptd.net...
> Jack wrote:
> You have to look at the Java Class API Specs.
>
>
http://spartans.sstx.org/~bgray/Jav...ge-summary.html
I detect a eureka moment!
--
Mike W
|
|
|
|