[06 May 2010] GetClipboard() and 32bit Images

Contains all messages from the Hollywood mailing list between 01/2006 and 08/2012
Locked
PEB
Posts: 576
Joined: Sun Feb 21, 2010 1:28 am

[06 May 2010] GetClipboard() and 32bit Images

Post by PEB »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Thu, 06 May 2010 00:47:55 -0000

Hi Andreas,

When GetClipboard() grabs a clipbord image as a brush, it does not retain the alpha-channel of the copied image. Can this be changed in a future version?

Thanks,
User avatar
airsoftsoftwair
Posts: 5830
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

[07 May 2010] Re: GetClipboard() and 32bit Images

Post by airsoftsoftwair »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Fri, 07 May 2010 22:12:10 +0200
Hi Andreas,

When GetClipboard() grabs a clipbord image as a brush, it does not retain the alpha-channel of the copied image. Can this be changed in a future version?
I tried to implement this but I couldn't find an app which would paste alpha channel data to the clipboard. What application did you use? Another problem is that there are two ways of embedding an alpha channel inside a clipboard image (either by using a separate IFF chunk or by creating a 32-bit planar image). This is pretty complicated stuff so I decided to leave it out because I can't test it here.
PEB
Posts: 576
Joined: Sun Feb 21, 2010 1:28 am

[07 May 2010] Re: GetClipboard() and 32bit Images

Post by PEB »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Fri, 07 May 2010 21:32:41 -0000

In OS4, any icon information window will allow you to copy and paste images with alpha-channel data---using either hotkeys (Amiga+C and Amiga+V) or going through the menu (under Icon Image).

Also, Multiview will copy images with the alpha-channel data to the clipboard (though you cannot paste with Multiview).
User avatar
airsoftsoftwair
Posts: 5830
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

[08 May 2010] Re: Re: GetClipboard() and 32bit Images

Post by airsoftsoftwair »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Sat, 08 May 2010 11:50:46 +0200
In OS4, any icon information window will allow you to copy and paste images with alpha-channel data---using either hotkeys (Amiga+C and Amiga+V) or going through the menu (under Icon Image).

Also, Multiview will copy images with the alpha-channel data to the clipboard (though you cannot paste with Multiview).
Ok, good to know. Then I can try and see how OS4 is doing this and should be able to get alpha support in.
Locked