|
-
Apr 12th, 2002, 09:24 PM
#1
Thread Starter
Frenzied Member
Exporting to JPG or GIF in VB?
Is there a third party control that lets me do this?
J/w...thanks.
I'm bringing geeky back...
-
Apr 12th, 2002, 09:31 PM
#2
PowerPoster
What do you mean exactly by export (Im a little slow ... OK Really Slow)
-
Apr 12th, 2002, 09:36 PM
#3
Thread Starter
Frenzied Member
Well I want to make a program that resizes images to thumbnail size. But I talked with someone who said that even if I could do this they could only be saved as BMP.
Is that right?
I'm bringing geeky back...
-
Apr 12th, 2002, 09:39 PM
#4
PowerPoster
I bet you could reference an Office app (Word for example) and use it to grab an image off the clipboard, resize it, and put it back on the clipboard.
Probably would be stuck with either a metafile or a bitmap tho ..
just an idea
-
Apr 13th, 2002, 01:38 AM
#5
Intel's JPEG Library (http://developer.intel.com/software/.../ijl/index.htm) is able to resize/save/load JPGs so you might want to look at the sample they have with the DLL.
-
Apr 13th, 2002, 01:43 AM
#6
-= B u g S l a y e r =-
Also, in u'r component list there is a component called Kodak Image Edit Control
its able so save jpg aswell
-
Apr 13th, 2002, 01:50 AM
#7
-= B u g S l a y e r =-
VB Code:
ImgEdit1.SaveAs App.Path & "\test.jpg", wiFileTypeJPG
alot of filetypes are supported :
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
|