Forum
https://www.youtube.com/watch?v=z6ep308goxQ
It would be nice to have a feature similar to the AI from the video above. In this video, an AI was created to compare screenshots based on visual similarity.
I think it would be handy if, on button click, the selected images were grouped together, normalized by size, and sorted by space using AI based on the visual similarity of images.
It would also be interesting if there was a version of the same function that does not normalize sizes, but sets the size of images according to the level of priority. The AI defines the level of priority in a certain range, for example from 1 to 3, and then sets the size according to this parameter. 1 is a small image size, and 3 is a large size.
I'd also like to have a compact packing feature. Something like a texture packing algorithm.
Algorithm Example: https://blackpawn.com/texts/lightmaps/default.html
Thanks for the suggestion! Just out of curiosity, what would you use this for? It might be a bit specific for us to add it for now at least but we'll definitely note your request.
Regarding the compact packing feature: Do you mean that the current pack (Ctrl+P) is not good enough? The algorithm in the link you linked is conceptually very similar to what we do for Ctrl+P :)
Yes. I didn't know about the Ctrl + P function.
My idea is that instead of trying to sort pictures on the canvas by type (backgound, character, weapon, etc.) or somehow at your comfort (for example, screenshots from the game, concepts, other people's art), give the task of sorting and scaling images to the computer.
Just drop files on the canvas and let the computer itself arrange them in a convenient way.
About Ctrl + P, thank you, I'll use it. Very helpful to optimize the space.