GithubHelp home page GithubHelp logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on May 21, 2024
Thank you for the suggestion (and for the report that Thumbnailator is working 
with Java 7!)

As much as it would be neat if chaining `size` and the `toFile` methods, 
Thumbnailator's internals have been designed to perform one-to-one processing, 
and would probably require quite a bit of effort to efficiently create multiple 
thumbnails in a single pass.

Therefore, at the moment, I will not be addressing this issue.

However, this is definitely an interesting idea, so I'll keep this issue open 
for others to comment on, or star, in order to gauge interest.

--------------

Hypothetically, the API could be something like this:

  Thumbnails.of("path/to/image")
    .size(200, 200, "path/to/medium-thumbnail")
    .size(100, 100, "path/to/small-thumbnail")
    .size(50, 50, "path/to/tiny-thumbnail")
    .execute();

or,

  Thumbnails.of("path/to/image")
    .size(200, 200, "path/to/medium-thumbnail")
    .size(100, 100, "path/to/small-thumbnail")
    .size(50, 50)
    .toFile("path/to/tiny-thumbnail");

Original comment by [email protected] on 10 Apr 2012 at 1:57

  • Changed state: Accepted
  • Added labels: Priority-Low, Type-Enhancement
  • Removed labels: Priority-Medium, Type-Defect

from thumbnailator.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 21, 2024
just came across thumbnailator, and the first thing I thought was, how do I 
create multiple thumbnails of a single image?

Sounds like this is in progress, so, given current state of the application, 
how does one create multiple thumbnails based on single source image?

Original comment by [email protected] on 22 Apr 2012 at 4:47

from thumbnailator.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 21, 2024
Actually the developer stated that there is no plan to address this.   I was 
hoping it would help give somewhat of an increase in performance (the 
performance is already good but I process a *lot* of files).   

I just do them sequentially.  What I do is create the biggest thumbnail first, 
then create all the subsequent thumbnails from the big thumbnail to avoid 
loading the original 5+mb images more than once.

Original comment by [email protected] on 26 Apr 2012 at 12:19

from thumbnailator.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 21, 2024
[deleted comment]

from thumbnailator.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 21, 2024
Yes, this will be useful for us. We generate 4 thumbnails for each image. 
Thanks [email protected]. I think i will try this approach as well (us 
the 1st thumbnail to generate others).

Original comment by [email protected] on 22 May 2013 at 3:26

from thumbnailator.

Related Issues (20)

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.