Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 705 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 705 Bytes

MergeMultiImageIntoBitmap

Requirement:

1.given several small pictures, merge them into one bitmap.

look at following screenshots:
1.the given small pictures:

image


2.use the small pictures, result in the following bitmap:

image


Tips ================================= in this demo project, i hard code the requirement.
just show the resolution you can adapt.
in your own project, you should not do as i do here.

last,enjoy your coding life^_^