image-resizer
Here are 91 public repositories matching this topic...
-
Updated
Feb 28, 2020 - C++
-
Updated
Jun 14, 2020 - Python
-
Updated
Jan 20, 2020
-
Updated
Jan 18, 2020 - Go
-
Updated
Apr 17, 2020 - PHP
-
Updated
Apr 10, 2020 - Shell
-
Updated
Jan 16, 2018 - JavaScript
-
Updated
Mar 30, 2017 - Go
-
Updated
Jan 18, 2020 - Shell
-
Updated
Jul 11, 2020 - TypeScript
Should ignore svg
Sometimes i upload .svg images into media library, for example for logo. Using:
{{ record.logo|media|resize(false,43) }}
i get the link to non existing image - 'thumb__0_43_0_0_auto.svg'.
SVG's should be ingored when resizing, is there an option for this in settings - don't see anything in documentation
-
Updated
Jan 9, 2017 - PHP
-
Updated
May 4, 2020 - Jupyter Notebook
-
Updated
Jul 4, 2017 - Java
-
Updated
Jan 14, 2016 - C++
-
Updated
Jun 25, 2019 - C#
-
Updated
May 27, 2018 - Java
-
Updated
Jul 20, 2018 - C++
-
Updated
Mar 24, 2017 - PHP
-
Updated
Oct 23, 2018 - JavaScript
-
Updated
May 6, 2020 - Vue
-
Updated
Jul 11, 2020 - JavaScript
-
Updated
Oct 24, 2018 - PHP
-
Updated
Feb 26, 2019 - PHP
After clicking save button we do not need to settings screen anymore and it becomes little confusing to stay that screen without any close button.
I can change the behavior and open a pull request by the way.
-
Updated
Jul 9, 2020 - PHP
-
Updated
Feb 4, 2018 - C++
Improve this page
Add a description, image, and links to the image-resizer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the image-resizer topic, visit your repo's landing page and select "manage topics."
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