Search found 87 matches

by Nikolay Raspopov
Wed May 25, 2005 3:54 am
Forum: Classic - General Support
Topic: Xasc Plugin - Support for diz,nfo,asc file types
Replies: 14
Views: 18665

fixed
by Nikolay Raspopov
Fri Dec 17, 2004 3:02 am
Forum: GFL SDK
Topic: Suggestion for GFL
Replies: 3
Views: 2040

Re: Suggestion for GFL

xnview wrote:Ok, it's necessary for IE?
Why not? Lets boost windows with power of GFL! :twisted:
by Nikolay Raspopov
Sun Dec 12, 2004 11:45 pm
Forum: GFL SDK
Topic: Suggestion for GFL
Replies: 3
Views: 2040

Suggestion for GFL

Please add GetFormatBytesByIndex (int format_index, char* bytes, int* size_of_bytes) function that returns bytes used by GFL to detect image format. Example for Windows Bitmap it should return: "BM", 2; for Gif: "GIF8", 4; for Gimp XCF: "gimp xcf", 8. That simplify deep integration GFL in Internet ...
by Nikolay Raspopov
Sat Dec 11, 2004 7:45 pm
Forum: Customization
Topic: SageThumbs - Thumbnail image shell extension
Replies: 141
Views: 297614

SageThumbs 1.0.0.12 Released

SageThumbs 1.0.0.12 released

+ Fixed one stupid registry bug... :|
by Nikolay Raspopov
Sat Dec 11, 2004 7:24 pm
Forum: Classic - General Support
Topic: Viewing animated SWF files?
Replies: 2
Views: 2159

Re: Viewing animated SWF files?

helmut wrote:Nikolay et al,
Are there any plans to support viewing animated Shockwave files with your plugin Xswf?
Does current XnView SDK support multipage plugins?
by Nikolay Raspopov
Sat Nov 27, 2004 10:18 am
Forum: Customization
Topic: SageThumbs - Thumbnail image shell extension
Replies: 141
Views: 297614

SageThumbs 1.0.0.11 released

SageThumbs 1.0.0.11 released!

Try new version and if bug not gone than send me (ryo-oh-ki@narod.ru) that problems 1 png and 1 tga files.

Please check my program labels and text documentation for spelling errors... :(
by Nikolay Raspopov
Tue Nov 23, 2004 3:42 am
Forum: Customization
Topic: SageThumbs - Thumbnail image shell extension
Replies: 141
Views: 297614

ckit wrote:No, logging off and back on again is the fastest way
I doubt. During relogging MOVEFILE_DELAY_UNTIL_REBOOT files are not processing and auto-logon not working. My WinXP rebooting faster than "logging-off-password-typing-logging-on".
by Nikolay Raspopov
Mon Nov 22, 2004 3:49 am
Forum: Customization
Topic: SageThumbs - Thumbnail image shell extension
Replies: 141
Views: 297614

JohnFredC wrote:Is it possible to "unload" SageThumbs from the context menu without rebooting?
Explorer locks it inside for about 10 min after last use. It's "Greatest Microsoft Perfomance Optimization". I think rebooting is the fastest way...
by Nikolay Raspopov
Mon Nov 22, 2004 3:44 am
Forum: GFL SDK
Topic: Missing JPE and JPEG file extensions in GFL.
Replies: 2
Views: 1665

Re: Missing JPE and JPEG file extensions in GFL.

xnview wrote:
Nikolay Raspopov wrote:GFL 2.20 supports only JPG extension but no JPE and JPEG.
No, supported jpg extension are "jpg", "jpeg", "jif", "jfif", "J", "jpe"
My bad. :? I forgot about gflGetFormatInformationByIndex function.
by Nikolay Raspopov
Sat Nov 20, 2004 8:40 pm
Forum: Customization
Topic: SageThumbs - Thumbnail image shell extension
Replies: 141
Views: 297614

SageThumbs 1.0.0.10 released.

SageThumbs 1.0.0.10 released.

+ Fixed installation procedure
+ Fixed shell registration
+ Fixed "experimental ColumnHandler support in 1.0.0.9" bug
+ Fixed "duplicate context menu item insertion in Explorer File menu" bug
+ Fixed "missing uppercase file extensions" bug
+ Fixed "right-click double ...
by Nikolay Raspopov
Sat Nov 20, 2004 8:12 pm
Forum: GFL SDK
Topic: Missing JPE and JPEG file extensions in GFL.
Replies: 2
Views: 1665

Missing JPE and JPEG file extensions in GFL.

GFL 2.20 supports only JPG extension but no JPE and JPEG.
by Nikolay Raspopov
Mon Nov 15, 2004 3:44 am
Forum: Classic - General Support
Topic: xhtml Plugin - Support for html,htm,mht,eml,nws file types
Replies: 46
Views: 40723

Great work. Thanks! :D
by Nikolay Raspopov
Sat Nov 13, 2004 4:24 pm
Forum: GFL SDK
Topic: Is GFL thread-safe?
Replies: 3
Views: 2216

Re: Is GFL thread-safe?

xnview wrote:
Nikolay Raspopov wrote:Is GFL thread-safe? IMHO not. :-(
Yes, GFL is thread safe. You have problems?
When one thread loading pdf-files via gflLoadThumbnail and/or gflGetFileInfomation functions (about 20-30 sec inside) any other threads immediatelly receive "Unknown Format" error from that functions.
by Nikolay Raspopov
Sat Nov 13, 2004 5:36 am
Forum: GFL SDK
Topic: Is GFL thread-safe?
Replies: 3
Views: 2216

Is GFL thread-safe?

Is GFL thread-safe? IMHO not. :-(
by Nikolay Raspopov
Sat Oct 16, 2004 12:07 pm
Forum: Classic - General Support
Topic: Command Line Scripting
Replies: 3
Views: 1671

Printing support will be very usefull. Please add command line switch for printing, example "/pt" or "/p" (like microsoft apps).