v1.1.0
In this version, we have made the following changes:
- ✨ NEW!: Now,
stone
can not only be run on the command line, but can also be imported into other
projects for use. Check README#9. Used as a library by importing into other projects for more details.- We expose the
process
andshow
functions in thestone
package.
- We expose the
- ✨ NEW!: We add
URL
support for the input images.- Now, you can specify the input image as a URL, e.g.,
https://example.com/images/pic.jpg
. Of course, you can mix
the URLs and local filenames.
- Now, you can specify the input image as a URL, e.g.,
- ✨ NEW!: We add recursive search support for the input images.
- Now, when you specify the input image as a directory, e.g.,
./path/to/images/
.
The app will search all images in the directory recursively.
- Now, when you specify the input image as a directory, e.g.,
- 🧬 CHANGE!: We change the column header in
result.csv
:prop
=>percent
PERLA
=>tone label
- 🐛 FIX!: We fixed a bug where the app would not correctly sort files that did not contain numbers in their
filenames.