Crates ordered by the number of dependent crates that were newly added to crates.io since the begining of 2017
- serde 176
- libc 158
- log 155
- clap 153
- serde_derive 150
- serde_json 149
- rand 145
- lazy_static 129
Crates ordered by the number of dependent crates that were newly added to crates.io since the begining of 2017
Crates ordered by the number of dependent crates that were newly added to crates.io since the begining of April
| diff --git a/image/decoders/nsJPEGDecoder.cpp b/image/decoders/nsJPEGDecoder.cpp | |
| index 30590f0..6bccb1a 100644 | |
| --- a/image/decoders/nsJPEGDecoder.cpp | |
| +++ b/image/decoders/nsJPEGDecoder.cpp | |
| @@ -422,6 +422,8 @@ nsJPEGDecoder::WriteInternal(const char *aBuffer, PRUint32 aCount) | |
| */ | |
| mInfo.dct_method = JDCT_ISLOW; | |
| mInfo.dither_mode = JDITHER_FS; | |
| + mInfo.scale_denom = 4; | |
| + mInfo.scale_num = 1; |