Update README.md

This commit is contained in:
Milan Nikolic
2015-11-03 14:44:42 +01:00
parent a4c7b87dc0
commit ca4f13ebfe

View File

@@ -10,8 +10,9 @@ Features
-------- --------
- reads RAR, ZIP, 7Z, GZ, BZ2, CBR, CBZ, CB7, CBT, PDF, EPUB, XPS and plain directory - reads RAR, ZIP, 7Z, GZ, BZ2, CBR, CBZ, CB7, CBT, PDF, EPUB, XPS and plain directory
- always saves processed comic in CBZ (ZIP) format - always saves processed comic in CBZ (ZIP) archive format
- images can be converted to JPEG, PNG or 4-Bit BMP (16 colors) format - images can be converted to JPEG, PNG or 4-Bit BMP (16 colors) file format
- reads JPEG, PNG, BMP, GIF, TIFF and WEBP file formats
- choose resize algorithm (NearestNeighbor, Bilinear, Bicubic, MitchellNetravali, Lanczos2/3) - choose resize algorithm (NearestNeighbor, Bilinear, Bicubic, MitchellNetravali, Lanczos2/3)
- export covers from comics - export covers from comics
- create thumbnails from covers by [freedesktop](http://www.freedesktop.org/wiki/) specification - create thumbnails from covers by [freedesktop](http://www.freedesktop.org/wiki/) specification
@@ -104,6 +105,8 @@ Install dependencies:
go get github.com/hotei/bmp go get github.com/hotei/bmp
go get github.com/nfnt/resize go get github.com/nfnt/resize
go get github.com/skarademir/naturalsort go get github.com/skarademir/naturalsort
go get golang.org/x/image/tiff
go get golang.org/x/image/webp
go get gopkg.in/alecthomas/kingpin.v2 go get gopkg.in/alecthomas/kingpin.v2
Install go package: Install go package: