ImageLibEx library

klaus

Expert
Licensed User
Longtime User
Thank you for the explanation.

I already thougt about removing the lower white part of the needle, but it'll need some more calculations.
I will also try with a grey transparent color.
In other cases, with a uniform background color, I had used this one as the transparent color to minimize the effect.

Best regards.
 

Discorez

Member
Licensed User
Longtime User
agraham, great thanks for super library! :)
From help:
Desktops should support all formats, devices may only support "J".
Question: version for devices will support other formats too?

P.S.
I try on my device - SaveImage function support all formats.
It is necessary to correct the help file :)
 
Last edited:

Discorez

Member
Licensed User
Longtime User
Strange problem...
Why, sometimes, when I make a screenshot, on the image there is a WaitCursor...? :sign0085:

I use methods ScreenCapture and SaveImage from ImageLibEx library, but
with dzImage Library I have a similar problem...

Example and screenshot is attached
 

Attachments

  • ScreenShot.jpg
    ScreenShot.jpg
    57.1 KB · Views: 20

agraham

Expert
Licensed User
Longtime User
It is necessary to correct the help file :)
The help file is correct.

Desktops should support all formats, devices may only support "J".

Device vary, early ones only support jpeg, later ones support additional formats.

I've no idea about the wait cursor. That must be due to the device itself.
 

Discorez

Member
Licensed User
Longtime User
I've no idea about the wait cursor. That must be due to the device itself.
:BangHead:
On other device this displayed too...
 

Attachments

  • 1.jpg
    1.jpg
    14.4 KB · Views: 11
  • 2.jpg
    2.jpg
    18.4 KB · Views: 16

klaus

Expert
Licensed User
Longtime User
With your program I get also the wait cursor.
The problem is that you don't have a form and you launch the screenshot in the AppStart routine and when the program is started the OS shows the wait cursor till the end of that routine and it appears on the screenshots.
I tried different possibilities, without success.
The attached version with a message box before launchung the screenshot works. But I'm not shure if it's OK for you, as I don't know how you run the programm.

Best regards.
 

Attachments

  • ScreenGrabber1.sbp
    1 KB · Views: 9

pdabasic

Active Member
Licensed User
Hello agraham,

First of all thank you for this fantastic dll. I use it in so many project.

Can you expand the SlideShow class with top/bottom direction transition?
PushTop PushBottom SlideTop SlideBottom?

I would be very grateful :wav:
 
Top