| Author |
Message |
Topic: Conversion of image to txt |
olfen
Replies: 16
Views: 991
|
Forum: General Chat Posted: Fri Dec 09, 2011 5:34 pm Subject: Conversion of image to txt |
I think ImageMagick will do this way faster.oI := ComObjCreate("ImageMagickObject.MagickImage.1")
oI.convert("plasma1.txt", "plasma1.png")# ImageMag ... |
Topic: [AHK_L] Yaml() - Yaml Parser (++JSON) |
olfen
Replies: 42
Views: 2748
|
Forum: Scripts & Functions Posted: Sun Apr 17, 2011 12:03 pm Subject: [AHK_L] Yaml() - Yaml Parser (++JSON) |
No responses on this, so far. It's a pity.
Have not yet tested it, but looks very promising. Thanks. |
Topic: My status and website changes |
olfen
Replies: 87
Views: 14038
|
Forum: Announcements Posted: Sun Apr 10, 2011 11:36 pm Subject: My status and website changes |
| +1, here too. |
Topic: RADIAL MENU scripts - updates - 29.01.2012. |
olfen
Replies: 713
Views: 98239
|
Forum: Scripts & Functions Posted: Mon Apr 04, 2011 3:06 pm Subject: Radial menu application updated to v4.25 |
Thanks for your superb work on RM!
Meantime, I feel clumsy using a PC without RM.
Keep up the good work. |
Topic: FTP functions library (Object syntax) [DEPRECATED] |
olfen
Replies: 37
Views: 4374
|
Forum: Scripts & Functions Posted: Sat Jan 22, 2011 8:07 am Subject: FTP functions library (Object syntax) [DEPRECATED] |
| Very slick! I'll be using this. Thanks for the credits also. |
Topic: [AHK_L+H] WatchDirectory - Report Directory Changes |
olfen
Replies: 87
Views: 6645
|
Forum: Scripts & Functions Posted: Sat Jan 08, 2011 3:09 am Subject: [AHK_L+H] WatchDirectory - Report Directory Changes |
| Very nice work! Thanks. I am using this script daily. |
Topic: Conversion of image to txt |
olfen
Replies: 16
Views: 991
|
Forum: General Chat Posted: Thu Dec 02, 2010 1:26 pm Subject: Conversion of image to txt |
It is an easy task with ImageMagick:oI := ComObjCreate("ImageMagickObject.MagickImage.1")
oI.convert("montage.jpg", "montage.txt")
Output will be s ... |
Topic: COM Object Reference [AutoHotkey_L] |
olfen
Replies: 190
Views: 53505
|
Forum: Scripts & Functions Posted: Sat Oct 23, 2010 5:45 am Subject: COM Object Reference [AutoHotkey_L] |
| Sorry, I should have mentioned explicitly. |
Topic: COM Object Reference [AutoHotkey_L] |
olfen
Replies: 190
Views: 53505
|
Forum: Scripts & Functions Posted: Sat Oct 23, 2010 5:18 am Subject: COM Object Reference [AutoHotkey_L] |
I am using XP SP3, too.
Have you tried this (in app dir)?regsvr32 /c /s ImageMagickObject.dll
There is no single DLL, ImageMagickObject.dll has several dependencies. |
Topic: What are you currently listening to at this given moment? |
olfen
Replies: 26
Views: 1376
|
Forum: General Chat Posted: Sat Oct 23, 2010 4:11 am Subject: All Delighted People EP |
Just listening to All Delighted People EP by Sufjan Stevens.
http://asthmatickitty.com/all-delighted-people
http://en.wikipedia.org/wiki/Sufjan_Stevens
German review:
http://www.spiegel.de/kul ... |
Topic: COM Object Reference [AutoHotkey_L] |
olfen
Replies: 190
Views: 53505
|
Forum: Scripts & Functions Posted: Fri Oct 22, 2010 3:30 pm Subject: COM Object Reference [AutoHotkey_L] |
| BTW, IsObject check is not necessary. Error message will be popped up if creation fails.Thank you, Sean. Removed. |
Topic: COM Object Reference [AutoHotkey_L] |
olfen
Replies: 190
Views: 53505
|
Forum: Scripts & Functions Posted: Fri Oct 22, 2010 12:58 pm Subject: ImageMagickObject |
| COM Object: ImageMagickObject COM+ ObjectPurpose: ImageMagick® is a software suite to create, edit, and compose bitmap images.System Requirements: ImageMagickObject COM+ ObjectDocumentation Link: http ... |
Topic: COM Object Reference [AutoHotkey_L] |
olfen
Replies: 190
Views: 53505
|
Forum: Scripts & Functions Posted: Wed Aug 25, 2010 2:52 am Subject: COM Object Reference [AutoHotkey_L] |
GFL SDK is a library to load/save easily graphics formats.
It has the features :
Import about 100 graphic file formats
Export about 40 graphic file formats
Support of 10/12/16bits per componen ... |
Topic: What are you currently listening to at this given moment? |
olfen
Replies: 26
Views: 1376
|
Forum: General Chat Posted: Thu Jul 08, 2010 6:38 am Subject: Re: What are you currently listening to at this given moment |
The Flashbulb - "Please Don't Remember"
Never heard of The Flashbulb before, but after having listened to the Kirlian Selections it sure won't be the last time. Thanks!
Just listening to ... |
Topic: libcurl example |
olfen
Replies: 12
Views: 15344
|
Forum: Scripts & Functions Posted: Sat Jan 19, 2008 1:54 pm Subject: libcurl example |
where have you got the hex-values from (on top of the program)?
Example (code from curl.h):#define CURLOPTTYPE_FUNCTIONPOINT 20000
CINIT(WRITEFUNCTION, FUNCTIONPOINT, 11)
CINIT(NOPR ... |
| |