Skip to content

Releases: buaazp/zimg

zimg v3.1.0 release

08 Sep 16:10
Compare
Choose a tag to compare

New features:

More parameters in url for processing image.
Support lua scripts to deal with customized compress strategy.
Broswer and client cache control.
Admin page and delete image function.
Best parser for multipart/form uploads.
Support raw post upload and json result.
More config options for operation and maintenance.

zimg v2.2.0 release

10 Jun 03:29
Compare
Choose a tag to compare

Enhancement:

  • Fixed memory leak in imagemagick.
  • Bug fixed.

zimg v2.1.0 release

18 May 14:59
Compare
Choose a tag to compare

New features:

  • IP access control module.
  • Return compressed image for none arg request.

Bug fixed:

  • Storage path doesn't work and mk_dirs error.
  • Remove unsafe function sprintf().
  • 404 when p=0 and width or height is zero.

zimg v2.0.2 release

07 May 13:14
Compare
Choose a tag to compare

Bug fixed:

  • boundary find error.

zimg v2.0.1 release

28 Apr 18:58
Compare
Choose a tag to compare

New features:

Support beansdb/SSDB mode to save images into distributed storage backend.
New rules of storage key.
Use keepalive-connection to improve performance.
Use lua for conf and other functions.
Clear log format.
New source code struct.

zimg v1.0.0 release

19 Apr 07:15
Compare
Choose a tag to compare

Supplying:

Receive and storage users' upload images.
Transfer image through HTTP protocol.
Process resized and grayed image by request parameter.
Use memcached to improve performance.
Multi-thread support for multi-core processor server.