Search found 251 matches: channel

Return to advanced search

Re: Bug in HasAlpha()

I don't understand. I have to select the correct painting function to use after checking for alpha channel. Ie:

IF HASALPHA()
use ABPAINT()
ELSE
use something else
ENDIF

EMG
by Enrico Maria Giordano
Wed Apr 05, 2017 10:24 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in HasAlpha()
Replies: 21
Views: 8753

Re: Bug in HasAlpha()

BitBlt() is the fastest way to manage bitmaps

Not sure if there is a flag we could used for Alpha channel detection
by Antonio Linares
Wed Apr 05, 2017 8:30 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in HasAlpha()
Replies: 21
Views: 8753

Re: Bug in HasAlpha()

Thank you. I will wait for something faster. I'm going to drop alpha channel support in my application, for the moment.

EMG
by Enrico Maria Giordano
Wed Apr 05, 2017 8:26 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in HasAlpha()
Replies: 21
Views: 8753

Re: Bug in HasAlpha()

This is an interesting reading and this code may be the simplest way to do it: https://www.gamedev.net/topic/607214-get-alpha-channel-from-32bit-bmp/ struct ABGRStruct {        BYTE a,b,g,r;    };    FILE *f = fopen("the_file_name.bmp", ...
by Antonio Linares
Wed Apr 05, 2017 8:18 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in HasAlpha()
Replies: 21
Views: 8753

Re: Bug in HasAlpha()

What is the official way to load an image and to check for alpha channel without using classes?

EMG
by Enrico Maria Giordano
Wed Apr 05, 2017 8:09 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in HasAlpha()
Replies: 21
Views: 8753

Bug in HasAlpha()

The function HasAlpha doesn't work anymore. It returns .T. even if the image doesn't have an alpha channel. I noticed that the function has been changed in dibbmp.c, don't know exactly when.

EMG
by Enrico Maria Giordano
Sat Apr 01, 2017 12:16 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in HasAlpha()
Replies: 21
Views: 8753

Re: Hacia Donde nos estamos moviendo?

... En los años 1986, empecé a utilizar las DBFs, luego de haber pasado por una serie tipos de almacenamiento de datos (seria como un History Channel), las DBFs en su momento, a mi parecer, fueron las más efectivas junto a Clipper, sumamente veloces, en comparación con Fox, dBase y ni hablar ...
by Willi Quintana
Sat Mar 25, 2017 5:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Hacia Donde nos estamos moviendo?
Replies: 3
Views: 763

Re: Harbour for iOS working. FiveTouch for iOS is coming ;-)

... you. But you can create small modules of work, to see such few data of consultation and the phone is perfect for it purpose. It is another way and channel that can coexist with our applications, without any discussion.
by Carles
Wed Oct 19, 2016 5:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour for iOS working. FiveTouch for iOS is coming ;-)
Replies: 15
Views: 2707

Re: setalpha() ??

... color I don't know any reason to use it. But You can use something like : if IsAlpha ( aTemp[ n ][ 1 ] ) to detect, if a image includes a alpha-channel http://www.pflegeplus.com/IMAGES/Alpha2.jpg Very useful to download PIXELFORMER Some links http://forums.fivetechsupport.com/viewtopic.php?f=3&t=23687&p=127412#p127412 ...
by ukoenig
Thu Feb 25, 2016 11:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: setalpha() ??
Replies: 3
Views: 639

Run animated images with GDIPLUS

... not transparent, a new GDIPLUS-test showing animated transparent images. 1. extracted frames from Halo.gif 2. converted frames to PNG with alpha-channel 3. GDI-function to display animated images with defined speed, movement and intervall from inside a defined form. 4. move-direction can be horizontal ...
by ukoenig
Sun Feb 14, 2016 5:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Run animated images with GDIPLUS
Replies: 2
Views: 492

Re: Cursor a BMP

... la he obtenido desde este link http://stackoverflow.com/questions/4451839/how-to-render-a-transparent-cursor-to-bitmap-preserving-alpha-channel Gracias. :lol: :lol:
by cuatecatl82
Tue Nov 24, 2015 1:48 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cursor a BMP
Replies: 8
Views: 1211

Re: Bug in ResizeImg()

Antonio,

how can we paint faster an alpha-channel image with resize?

EMG
by Enrico Maria Giordano
Thu Oct 29, 2015 1:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in ResizeImg()
Replies: 25
Views: 2789

FWeb -> Road to the Web...

... interest this project may start and continue :D . Finally i also thanks Mr. Antonio Linares, ( the boss ;) ), for his opinion and help in this new channel based on our beloved FWH. Thanks a lot and greetings to all !!! Road to the Web... Carles.
by Carles
Thu Jun 11, 2015 3:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWeb -> Road to the Web...
Replies: 9
Views: 3631

OT: //Build 2015 //

... out, everyone should at least watch the Keynote 1 for Build 2015. In addition, there are over 100 seminars, all being recorded and shown on MSDN Channel 9. This is FREE to everyone to view because the conference ( for developers ) sold out in 45 minutes when first announced. Why should you watch ...
by TimStone
Fri May 01, 2015 4:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: //Build 2015 //
Replies: 40
Views: 9002

Re: Using SSH Protocol ? (CONNECTION STRING)

... for file transfer and remote file management over SSH. In the description of options are: Remote shell over SSH. Execute commands over SSH channel. By this, we would say that it can execute commands on a Linux machine. I use chilkatSSH.dll for remote access to MySQL on a Linux server. I ...
by metro
Tue Apr 14, 2015 5:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using SSH Protocol ? (CONNECTION STRING)
Replies: 13
Views: 5143
PreviousNext

Return to advanced search