Giter Club home page Giter Club logo

collageview's People

Contributors

lopei avatar spjoes avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

collageview's Issues

save image

how can I save and share the final image ?

How to achieve image collage view with intelligent scaling without cropping, as in Google Keep

Thank you for creating this wonderful library.

I pretty like the image collage view as in Google Keep.

enter image description here

I try with the following code

    CollageView collageView = (CollageView) findViewById(R.id.collageView);

    collageView
        .photoMargin(1)
        .photoPadding(3)
        .backgroundColor(Color.RED)
        .photoFrameColor(Color.BLUE)
        .useFirstAsHeader(false)
        .defaultPhotosForLine(3)
        .useCards(true)
        .loadPhotos(new int[] {R.drawable.one, R.drawable.three, R.drawable.two, R.drawable.zero});

The best I can achieve is

enter image description here

If you pay attention carefully. There's one significant different. In Google Keep, it is able to scale the image more intelligently, so that there's no image cropping. All image information can be seen from the thumbnail. No information is lost.

I was wondering, do you have any idea, how can I achieve the same effect as in Google Keep?

Than you.

Images not loading because of old format of the Picasso library

Hi

I noticed that the images are not loading anymore with this library. It's because it uses an older version of the Picasso library with the old format for loading images: "Picasso.with(context)". Would it be possible to change to the newest version of Picasso with the new format "Picasso.get()"? I would like to use your library for my project.

Thanks in advance

Yours sincerely
Zjef

UI Struck

If the images are of higher Resolution (> 400X400), then the load times are huge and the App is non-responsive, even the options menu is stuck while the images are loading.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.