Skip to content

Releases: tokubai/kinu

1.0.0.alpha2

14 Oct 16:13
Compare
Choose a tag to compare
1.0.0.alpha2 Pre-release
Pre-release
  • Support Manual Cropping #33
  • Support data URI scheme #43
  • Handle orientation and remove properties #42
  • Reduce Docker Image #47

1.0.0alpha1

04 Jun 04:51
Compare
Choose a tag to compare
1.0.0alpha1 Pre-release
Pre-release

Implement features

  • Image upload
  • Sandbox upload
  • Attach from sandbox
  • Resize image
    • Fixed width(w=\d)
    • Fixed height(h=\d)
    • Fixed height and Fixed width(w=\d,h=\d)
    • Auto cropping(w=\d,h=\d,c=true)
    • Middle Image(m=true)
    • Original Image(o=true)
    • JPEG Quality Factor(q=70)
  • Support storage type
    • Local File
    • Amazon S3
  • Support image resize engine
    • ImageMagick
  • Limitation image resize processing
  • Multiple log format
  • Graceful shutdown