I want to store an image in a string so i can send it through a winsock.
Can i use the "ctrl.SendBinary" ? or how could i get the image into an string?
Set ctrl = New GflAx.GflAx
ctrl.LoadBitmap App.Path & "\" & fileName
if ctrl.OriginalHeight < ctrl.OriginalWidth Then
ctrl.Resize 160, ctrl ...
Search found 16 matches
- Sun Feb 26, 2012 8:20 am
- Forum: GFL SDK
- Topic: Store image in string
- Replies: 0
- Views: 2345
- Wed Jun 29, 2011 8:01 pm
- Forum: GFL SDK
- Topic: EXIFDateTaken crach
- Replies: 6
- Views: 3626
Re: EXIFDateTaken crach
Could you please send it to me again sctnsky at hotmail dot com
- Tue Nov 30, 2010 5:19 pm
- Forum: GFL SDK
- Topic: EXIFDateTaken crach
- Replies: 6
- Views: 3626
Re: EXIFDateTaken crach
it also crash 

- Thu Nov 25, 2010 5:18 pm
- Forum: GFL SDK
- Topic: EXIFDateTaken crach
- Replies: 6
- Views: 3626
EXIFDateTaken crach
Dim datePicture As Date
Dim ctrl As GflAx.GflAx
Set ctrl = New GflAx.GflAx
ctrl.LoadBitmap file
datePicture = ctrl.EXIFDateTaken
Im using this code in vb6 to get the date the picture was taken. It works must of the times but some
pictures crash the program at the "datePicture = ctrl ...
- Thu Nov 18, 2010 9:40 pm
- Forum: GFL SDK
- Topic: Add exif data
- Replies: 5
- Views: 1886
Re: Add exif data
is that c ? im a newbie that uses visual basic...
- Wed Nov 17, 2010 5:47 pm
- Forum: GFL SDK
- Topic: Add exif data
- Replies: 5
- Views: 1886
Re: Add exif data
You dont have any example code how to do it?
- Tue Nov 16, 2010 9:25 pm
- Forum: GFL SDK
- Topic: Add exif data
- Replies: 5
- Views: 1886
Add exif data
I have scanned a lot of old pictures and now i want to add the correct date to them.
So is it possible to add exif data to an picture that dont have any exif data in it.
Can i do it with the gfl sdk?
So is it possible to add exif data to an picture that dont have any exif data in it.
Can i do it with the gfl sdk?
- Fri May 28, 2010 9:19 pm
- Forum: GFL SDK
- Topic: Automatic levels
- Replies: 13
- Views: 3174
Re: Automatic levels
But why cant you add gflAutomaticLevels so i can use it in asp?
- Tue May 25, 2010 4:16 pm
- Forum: GFL SDK
- Topic: Automatic levels
- Replies: 13
- Views: 3174
Re: Automatic levels
Is 2.82.0.0 the latest version of the asp component ?xnview wrote:Sorry but the ASP component is more updated. I'll release soon the source code...sct|nsky wrote:Any chance that there will be an update with support for gflAutomaticLevels?
- Sun May 02, 2010 8:45 am
- Forum: GFL SDK
- Topic: Automatic levels
- Replies: 13
- Views: 3174
Re: Automatic levels
Any example how i use gflAutomaticLevels?
- Fri Mar 26, 2010 11:31 am
- Forum: GFL SDK
- Topic: Automatic levels
- Replies: 13
- Views: 3174
Re: Automatic levels
no answer?
- Thu Mar 25, 2010 5:48 pm
- Forum: GFL SDK
- Topic: Automatic levels
- Replies: 13
- Views: 3174
- Mon Mar 22, 2010 5:37 pm
- Forum: GFL SDK
- Topic: Automatic levels
- Replies: 13
- Views: 3174
Re: Automatic levels
Any chance that there will be an update with support for gflAutomaticLevels?
- Mon Mar 22, 2010 12:56 pm
- Forum: GFL SDK
- Topic: Automatic levels
- Replies: 13
- Views: 3174
Re: Automatic levels
Does it also works with the ASP component?
- Sun Mar 21, 2010 8:28 pm
- Forum: GFL SDK
- Topic: Automatic levels
- Replies: 13
- Views: 3174
Re: Automatic levels
Some image example what i want.
Before:

After:

All that i have done is pressed the "Automatic Levels" is there a way to do that with the gflSDK?
Before:

After:

All that i have done is pressed the "Automatic Levels" is there a way to do that with the gflSDK?