Search found 31 matches: bmp2bmp

Searched query: bmp2bmp

by Eugene Lutsenko
Thu Dec 17, 2020 9:13 am
Forum: eXpress++ Support
Topic: How to use bmp2bmp in Alaska-2.0?
Replies: 5
Views: 6892

Re: How to use bmp2bmp in Alaska-2.0?

Thank you so much, Roger!
by rdonnay
Thu Dec 17, 2020 6:43 am
Forum: eXpress++ Support
Topic: How to use bmp2bmp in Alaska-2.0?
Replies: 5
Views: 6892

Re: How to use bmp2bmp in Alaska-2.0?

Code: Select all

Change this:
      oPS := XBPPRESSPACE() :new()
      
to this:
      oPS := XBPPRESSPACE():new():create()
by Eugene Lutsenko
Wed Dec 16, 2020 10:38 am
Forum: eXpress++ Support
Topic: How to use bmp2bmp in Alaska-2.0?
Replies: 5
Views: 6892

Re: How to use bmp2bmp in Alaska-2.0?

Tried to compile under Alaska-2.0. Compiles, but does not work. And on 1.9 everything works well. although the quality of the compressed image is very poor
by Eugene Lutsenko
Wed Dec 16, 2020 10:31 am
Forum: eXpress++ Support
Topic: How to use bmp2bmp in Alaska-2.0?
Replies: 5
Views: 6892

Re: How to use bmp2bmp in Alaska-2.0?

I didn't write it. But this is a working example. I haven't tried it yet under Windows-10. I'll try it now. But in my system, this function does not work, it gives an error.
by rdonnay
Wed Dec 16, 2020 10:20 am
Forum: eXpress++ Support
Topic: How to use bmp2bmp in Alaska-2.0?
Replies: 5
Views: 6892

Re: How to use bmp2bmp in Alaska-2.0?

Can you write a small sample program?
by Eugene Lutsenko
Wed Dec 16, 2020 9:02 am
Forum: eXpress++ Support
Topic: How to use bmp2bmp in Alaska-2.0?
Replies: 5
Views: 6892

How to use bmp2bmp in Alaska-2.0?

How to use bmp2bmp in Alaska-2.0?
http://bb.donnay-software.com/donnay/se ... d%5B0%5D=2

In Alaska -1.9, scaling worked fine, and after switching to 2.0, it began to give an error. what should i do?

Writes that the xbp object is not available (: presSpace)
by Eugene Lutsenko
Fri Nov 09, 2018 12:39 pm
Forum: eXpress++ Support
Topic: How can I improve image scaling in bmp2bmp()?
Replies: 19
Views: 29936

Re: How can I improve image scaling in bmp2bmp()?

... Rudolf! This is extremely interesting. I've seen information about it. But he stopped digging in this direction when he earned bmp2bmp(). But as I understand it you need to have cygwin with the right packages. Or is Windows enough?
by c-tec
Fri Nov 09, 2018 1:17 am
Forum: eXpress++ Support
Topic: How can I improve image scaling in bmp2bmp()?
Replies: 19
Views: 29936

Re: How can I improve image scaling in bmp2bmp()?

Hello,
for complicated conversions I use the commandline of imagemagick with runshell(), is very powerful.
regards
Rudolf

http://www.imagemagick.org/Usage/windows/
by Eugene Lutsenko
Tue Nov 06, 2018 3:21 am
Forum: eXpress++ Support
Topic: How can I improve image scaling in bmp2bmp()?
Replies: 19
Views: 29936

Re: How can I improve image scaling in bmp2bmp()?

Everything worked out fine. I will use. Thank You, Jimmy!
by Auge_Ohr
Tue Nov 06, 2018 2:35 am
Forum: eXpress++ Support
Topic: How can I improve image scaling in bmp2bmp()?
Replies: 19
Views: 29936

Re: How can I improve image scaling in bmp2bmp()?

please read about :draw( [<oTargetPS>] , ; <aTargetRect> , ; [<aSourceRect>], ; [<nRasterOP>] , ; [<nCompress>] , ; // this Parameter [<nState>] ) --> lSuccess in German Help File Der Parameter <nCompress> hat nur dann eine Bedeutung, wenn der Bereich <aTargetRect> kleiner als <aSourceRect> ist Пара...