-
Hi! Thanks a lot for all your work on all your libraries. I'm migrating from your old URL image view helper library and webview because of the 4.4 update breaking my functionality.
I'm having issues…
-
Hi,
Currently if you run a progressive JPEG through Image::get() it is not returned as a progressive JPEG.
See http://php.net/manual/en/function.imageinterlace.php
Is there any possibility of incor…
-
Might be good to enable this by default. It helps layouts load quicker, especially in responsive layouts where image dimensions are 100% width, auto height.
danro updated
10 years ago
-
``` css
.thumbnail-s1{
width: 85px;
height: 85px;
}
.thumbnail-s1-2x,
.thumbnail-s2{
width: 170px;
height: 170px;
}
.thumbnail-span2-2x{
height: 340px;
width: 340px;
}
.thumbnail-s4{
height:…
-
```
// IMAGEMIN ////////////////////////////////////////////////////////////////////
imagemin: {
all: {
files: [{
expand: true,
cwd: 'assets/img/source/',
…
-
Please add an "Intelligent cropping" feature. Using https://github.com/jwagner/smartcrop-cli, for example.
-
When I wrote JSK to show the different JPEG scans I quickly discovered that Adobe Photoshop CS5 (and CS6 at least) was unable to decode some JPEGs like the one included here (if I'm right the problem …
frkay updated
10 years ago
-
Can you please list or link me to the list of formats that firmware can decode on GPU? Asking because omx decode often reports corrupt stream...
Thanks in advance.
lprot updated
10 years ago
-
Running "imagemin:jpg" (imagemin) task
Warning: ENOENT, no such file or directory 'static-html/assets/images/compressed/background.min.jpg' Use --force to continue.
Aborted due to warnings.
After ru…
-
Brought up in #264, progressive JPEGs are provide better compression for larger files.
http://www.yuiblog.com/blog/2008/12/05/imageopt-4/ has some interesting stats that we could use to decide on whe…