Resizing strategy
See original GitHub issueI cannot use this lib which looks very good because of a missing functionnality
: Resizing strategy.
I mean, that there is different way to generate a thumbnail, if I ask a
thumbnail of 100x100
I'd like to choose if
1. I will keep the ratio by fitting to the biggest dimension (but i will not
have 100x100 result)
2. I will crop the image
3. I will add empty area around to have exactly 100x100
4. I will not keep the ratio
As I have seen I can do 1. and 4. but I didn't see how to do 2. and/or 3.
If it exists, forgive me and please consider this as a documentation issue.
I'm sure I will use your lib later but without this functionnality I cannot in
my current project and I'm going to code again some ugly code for resizing
images
Original issue reported on code.google.com by brunopie...@gmail.com
on 29 Aug 2011 at 3:24
Issue Analytics
- State:
- Created 8 years ago
- Comments:5
Top Results From Across the Web
Resizing Arrays - math.oxford.emory.edu
Resizing Arrays. To eliminate the limitations of a fixed capacity stack, when there is no room left in the array when trying to...
Read more >Array Resizing | Algorithms and Data Structures
Start with an appropriately capacity array,; Increase the array capacity when the array is full, and; Decrease the array capacity when the array...
Read more >What is Resizing? - All About Images - Research Guides
Focuses on many common image questions in regards to image resolutions, resizing images, file types, vector and raster images, scanning, ...
Read more >Leading a scaling business: Avoiding the pitfalls of reshaping ...
Ultimately, when scaling or resizing, businesses need a plan to get stuff done and need their people to make it happen… but it...
Read more >Your Master Guide to Cropping and Resizing Images - BeFunky
Sometimes, knowing when to crop an image or resize it can be tricky – but it doesn't have to be. In this guide,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Original comment by
coobird...@gmail.com
on 29 Aug 2011 at 3:53Original comment by
coobird...@gmail.com
on 29 Oct 2011 at 3:36