Ok,

Create a LayerDrawable object and keep adding to it Drawable objects
(LayerDrawable.setDrawableByLayerId (int id, Drawable drawable))
extracted from each of your stacked Views.




On 6 February 2012 13:47, New Developer <[email protected]> wrote:
> Thanks
> I don't have access to the bitmaps  (I don't think)
> I have access to the ImageView  and the Canvas associated with the ImageView
>
> Thanks again
>
>
>
> On 02/06/2012 08:37 AM, Daniel Drozdzewski wrote:
>
> Draw each of the bitmaps on one canvas in the ascending order from
> deepest to topmost.
>
>
> On 6 February 2012 13:18, New Developer <[email protected]> wrote:
>
> I have 4 ImageViews   one stacked on top of the other  all the same size,
> each ImageView has it's own associated canvas that I can access.
>
> Thus allowing me to view  "layers" of a single image  on screen.
> I now wish to save this screen image to a file.
> How can I merge the canvases into one image?
>
> Thanks in advance
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>
>
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en



-- 
Daniel Drozdzewski

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to