Algorithm Arrange images on screen

前端 未结 3 456
天涯浪人
天涯浪人 2021-02-04 22:12

I need to start building a image application and my customer wants to arrange the picutes in the screen like google tv does, as well as everpix. I have been looking for it for a

3条回答
  •  Happy的楠姐
    2021-02-04 22:36

    Search for photo montage and photo collage algorithms, as well as photo tiling.

    An HP article called "Structured Layout for Resizable Background Art" may be helpful.

    Numerous collage programs are available for purchase and some software is available in source form; e.g. see hlrnet list, software.informer list, and perhaps this resizing blurb.

    The algebra for scaling photos for a collage while maintaining aspect ratios is straightforward and easily described for specific cases, but not for too-general ones.

提交回复
热议问题