qnzhou / Mosaic

Simple greedy image packing
Mozilla Public License 2.0
169 stars 10 forks source link

Positional and Rotation data output? #3

Open enzyme69 opened 5 years ago

enzyme69 commented 5 years ago

Thanks for sharing this cool mosaic module. I wonder if it is possible to also output the Position and Rotation data within the grid image? I am thinking to use this in 3D package like Blender.

Can the packing also be more tight and close together? For UV will be useful.

enzyme69 commented 5 years ago
Screen Shot 2019-09-18 at 11 47 37 am

Do I need to crop images into it's bounding pixel for the algorithm to work a bit more tightly?

My images are like above.

enzyme69 commented 5 years ago

Also, with the algorithm, how does it decide if some image will become larger or smaller? Is it random?