The Wayback Machine - https://web.archive.org/web/20200526061148/https://github.com/topics/thumbnails
Skip to content
#

thumbnails

Here are 219 public repositories matching this topic...

wolfika
wolfika commented Mar 6, 2017

The main field in lightGallery's bower.json now contains several unneeded assets, that it should not, for example font and image files, minified assets, etc.

According to Bower specification:

Use source files with module exports and imports over pre-built distribution files.
Do not include minified files.
Do not include asset

vincentkerdraon
vincentkerdraon commented May 2, 2017

Expected behavior

Builder exists and works for argument : keepAspectRatio
(feature is precious because round on reduction will have a few pixel difference with requested size)
Example : expecting 500x1000px and got 499x1000px

Actual behavior

keepAspectRatio arg is not mentioned in examples

##Suggestion of example
Thumbnails.of(dir_in.listFiles()).size(width, height).keepAspectRati

jrochkind
jrochkind commented Apr 10, 2018

Is making sure the JPG output is a progressive JPG part of the ImageProcessing API?

It makes so much sense to make sure your thumbnails are progressive JPGs. They are often (for mathematical reasons I don't understand) smaller in file size, but more importantly they load in a way better for UX under a slow connection.

Another, although less important, thing that makes a lot of sense for web

ORESoftware
ORESoftware commented Feb 1, 2017

Subject of the issue

Describe your issue here.

Your environment

  • Operating system
    • Mac
    • Windows
    • Linux
  • Node.js version (node --version)
    • Node.js v4.x
    • Node.js v6.x
  • ImageMagick version (identify -version)
    • ImageMagick v6.9.x
    • ImageMagick v7.0.x
  • s3-uploader version
    • v0.x
    • v1.x
    • v2.x

Just l

beethoven2493
beethoven2493 commented Oct 20, 2018

com.sun.jna is an excellent library for calling C from java. I've used this with epeg to great success.

For example:

public interface EpegLibrary extends Library {
    Pointer epeg_file_open(String fileName);
    Pointer epeg_memory_open(Memory memory, int len);
    void epeg_size_get(Pointer image, int[] width, int[] height);
    void epeg_decode_size_set(Pointer image,

Improve this page

Add a description, image, and links to the thumbnails topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the thumbnails topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.