|
-
Feb 5th, 2003, 05:10 PM
#1
Thread Starter
Junior Member
image editing
Hello people,
I haven't found anything on my search quest so far, so this is my next stop 
I want my application to create a thumbnail picture from a source image. We'll stick to the 3 formats bmp, jpg and gif. You need to have the option to maintain aspect ratio, and add a special effect like a shadow or something. The format of the loaded picture can also differ from the destination thumbnail.
My experience with this is nihil. Is this possible in VB? Can anyone help me to get started? I don't need any full working code (of course, it WOULD be handy if you could provide it ) and it's not my intention to make a graphics editor either. I just want to make some kind of custom-made thumbnail generator.
Thanks in advance for any feedback!
Bend the rules to make them work
-
Feb 5th, 2003, 05:25 PM
#2
For the strech thing. Can you use a image box??? If not use BitBlt. Do a search on it on this forum.
Over to the fileformats. BMP should be fine, but I think that JPG is a protectet file format (or was that gif), so I'm not sure if you can save it as JPG...anyone else???
-
Feb 5th, 2003, 05:32 PM
#3
Frenzied Member
Originally posted by NoteMe
For the strech thing. Can you use a image box??? If not use BitBlt. Do a search on it on this forum.
Over to the fileformats. BMP should be fine, but I think that JPG is a protectet file format (or was that gif), so I'm not sure if you can save it as JPG...anyone else???
The gif compression algorithm is patented.
Z.
-
Feb 6th, 2003, 12:59 AM
#4
Originally posted by Zaei
The gif compression algorithm is patented.
Z.
So that makes me nearly right...
-
Feb 6th, 2003, 06:45 PM
#5
Good Ol' Platypus
VB can still load both .
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
Feb 6th, 2003, 10:14 PM
#6
Frenzied Member
-
Feb 7th, 2003, 05:51 AM
#7
Originally posted by Sastraxi
VB can still load both .
Bu tI said save...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|