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,
[06 May 2010] GetClipboard() and 32bit Images
- airsoftsoftwair
- Posts: 5830
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
[07 May 2010] Re: GetClipboard() and 32bit Images
Note: This is an archived post that was originally sent to the Hollywood mailing list on Fri, 07 May 2010 22:12:10 +0200
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.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?
[07 May 2010] Re: GetClipboard() and 32bit Images
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).
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).
- airsoftsoftwair
- Posts: 5830
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
[08 May 2010] Re: Re: GetClipboard() and 32bit Images
Note: This is an archived post that was originally sent to the Hollywood mailing list on Sat, 08 May 2010 11:50:46 +0200
Ok, good to know. Then I can try and see how OS4 is doing this and should be able to get alpha support in.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).