Android Question jigsaw puzzle

hanyelmehy

Active Member
Licensed User
Longtime User
i want to make jigsaw puzzle that apply on any picture
first i need to mask puzzle image and split them to small images with jigsaw puzzle shape (like one attached)
any idea how to make this
 

Attachments

  • shap1.png
    shap1.png
    8 KB · Views: 249

sorex

Expert
Licensed User
Longtime User
good suetion. Android doesn't seem to have masking like flash has.

you could erase parts the setpixel way or only copy what should be visible but it might turn out slow.

maybe there are other tricks that can be used tho via reflection or so.
 
Upvote 0
Top