thumbnails
Here are 219 public repositories matching this topic...
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
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
-
Updated
Apr 5, 2020 - Shell
I just leave this here for fun. :)
https://tex.stackexchange.com/questions/423566/are-there-any-research-papers-about-tex/423578#423578
http://www.eprg.org/G53DOC/pdfs/knuth-plass-breaking.pdf
See page 34 (1152).
-
Updated
Mar 14, 2019 - C#
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
-
Updated
May 22, 2020 - JavaScript
-
Updated
May 25, 2020 - JavaScript
How does the Yii2 Imagine handle exif data in an updated or new image?
Image::getImagine()->open($image)->save($output, ['quality' => 50]);
exif meta data will disappear, does not save the exif
-
Updated
Mar 7, 2020 - Lua
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
-
Updated
Apr 14, 2020 - Python
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,
-
Updated
Jan 4, 2020 - Shell
-
Updated
Apr 18, 2018 - Python
-
Updated
May 15, 2020 - Java
-
Updated
May 21, 2020 - Python
-
Updated
Apr 21, 2017 - PHP
-
Updated
Nov 5, 2017 - Python
-
Updated
Feb 5, 2019 - JavaScript
-
Updated
Mar 15, 2020 - Python
-
Updated
Apr 9, 2018 - JavaScript
-
Updated
Apr 7, 2020 - JavaScript
-
Updated
Apr 27, 2019 - Elixir
-
Updated
May 10, 2020 - Go
-
Updated
Feb 9, 2015 - C++
-
Updated
May 12, 2020 - Go
Title / Description?
I see in the readme that the parser can obtain titles and descriptions, however I don't see anything related to this in the code? How can this be achieved?
Improve this page
Add a description, image, and links to the thumbnails topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the thumbnails topic, visit your repo's landing page and select "manage topics."
I can not fix an error I found in the docs because I can not find the repo for the docs.