Search found 16 matches

by sct|nsky
Sun Feb 26, 2012 8:20 am
Forum: GFL SDK
Topic: Store image in string
Replies: 0
Views: 2345

Store image in string

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 ...
by sct|nsky
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
by sct|nsky
Tue Nov 30, 2010 5:19 pm
Forum: GFL SDK
Topic: EXIFDateTaken crach
Replies: 6
Views: 3626

Re: EXIFDateTaken crach

it also crash :(
by sct|nsky
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 ...
by sct|nsky
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...
by sct|nsky
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?
by sct|nsky
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?
by sct|nsky
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?
by sct|nsky
Tue May 25, 2010 4:16 pm
Forum: GFL SDK
Topic: Automatic levels
Replies: 13
Views: 3174

Re: Automatic levels

xnview wrote:
sct|nsky wrote:Any chance that there will be an update with support for gflAutomaticLevels?
Sorry but the ASP component is more updated. I'll release soon the source code...
Is 2.82.0.0 the latest version of the asp component ?
by sct|nsky
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?
by sct|nsky
Fri Mar 26, 2010 11:31 am
Forum: GFL SDK
Topic: Automatic levels
Replies: 13
Views: 3174

Re: Automatic levels

no answer?
by sct|nsky
Thu Mar 25, 2010 5:48 pm
Forum: GFL SDK
Topic: Automatic levels
Replies: 13
Views: 3174

Re: Automatic levels

??
by sct|nsky
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?
by sct|nsky
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?
by sct|nsky
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:
Image
After:
Image

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