Hello.
To store images using http://www.b4x.com/forum/additional-libraries/5181-imagecompiler.html
Objective: To get from the library 2 images with alpha channel, to impose one on the other and keep in *.png file to preserve transparency.
Can you please tell what libraries to use.
Thank you.
you want to do it on PC or ppc?
try to use binary.EmbedFile for creating ImagePack and then use bitmapEx.new3(binary.RetrieveImage) to get image.now you can save image with alpha channels
you want to do it on PC or ppc?
try to use binary.EmbedFile for creating ImagePack and then use bitmapEx.new3(binary.RetrieveImage) to get image.now you can save image with alpha channels
For ppc. With binary know, but there is not so easy to extract images, and I need another overlay one image to another with preservation of alpha channel.
_______________________
А теперь на русском и поподробнее, мы же друг друга понимаем. Способ с binary знаю, но он хорош, когда не так много изображений и они все используются, а у меня такой случай, что изображений около 30 и все одновременно не используются. И еще нужно наложить полученное изображение на другое и сохранить, на этапе сохранения и теряется альфа канал.