bimg v1.0.11 Release Notes

Release Date: 2017-09-10 // over 6 years ago
    • Merge pull request #186 from h2non/fix/#162-resize-garbage-collection
    • feat(version): bump to v1.0.11
    • feat(History): update version changes
    • feat(#189): allow strip image metadata via bimg.Options.StripMetadata = bool
    • fix(resize): code format issue
    • refactor(resize): add Go version comment
    • refactor(tests): fix minor code formatting issues
    • fix(#162): garbage collection fix. split Resize() implementation for Go runtime specific
    • feat(travis): add go 1.9
    • Merge pull request #183 from greut/autorotate
    • Proper handling of the EXIF cases.
    • Merge pull request #184 from greut/libvips858
    • Merge branch 'master' into libvips858
    • Merge pull request #185 from greut/libvips860
    • Add libvips 8.6 pre-release
    • Update to libvips 8.5.8
    • fix(resize): runtime.KeepAlive is only Go
    • fix(#159): prevent buf to be freed by the GC before resize function exits
    • Merge pull request #171 from greut/fix-170
    • Check the length before jumping into buffer.
    • Merge pull request #168 from Traum-Ferienwohnungen/icc_transform
    • Add option to convert embedded ICC profiles
    • Merge pull request #166 from danjou-a/patch-1
    • Fix Resize verification value
    • Merge pull request #165 from greut/libvips846
    • Testing using libvips8.4.6 from Github.