Click to See Complete Forum and Search --> : Help me to change the size of a Jpeg File


Rough_Tough
November 8th, 2004, 02:13 AM
This is a college assignment that you have a Jpeg imeage of size 800 x 1000.(Name of image "Normal").
Run a program (in any Language) that will make 4 other Jpeg images like:-

Name Size
------- ------
Small 50x70
Medium 150x200
Large 300x 370
ExtraLarge 500x620

Please Reply soon..(Will be thank full for the whole life)
Zeeshan

wien
November 8th, 2004, 02:54 AM
This is a college assignment that you have a Jpeg imeage of size 800 x 1000.Yes.. And it's your college assignment isn't it? No one here will do your assignment for you!

Start doing this by yourself, and when you get stuck on something specific, come back and ask for help. If you do that, we will gladly help.

Rough_Tough
November 8th, 2004, 04:12 AM
Actually i am not getting any entry point, where to start? Braoo... plz put me on track rest i will do my self....

wien
November 8th, 2004, 05:05 AM
Well.. Start at the beginning. You need to load a .jpg file. Do you know how to do that?

Rough_Tough
November 8th, 2004, 09:43 AM
First thanks for the reply,
I know how to load .bmp but not .jpg

darwen
November 8th, 2004, 11:28 AM
Personally I'd suggest he picks a language first.

.NET has native JPG support in GDI+ so I'd use that if you're on Windows systems.

You can also use GDI+ in C++ too.

Darwen.