Skip to content

Commit

Permalink
added color-thief infos
Browse files Browse the repository at this point in the history
  • Loading branch information
melistik committed Jul 27, 2018
1 parent 48753c9 commit f46dc00
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Add a simple asset service with basic features to your spring-boot applications.
* embedded thumb service (for mongo-grif-fs) or thumbor via s3 connector
* java resource to communicate with api
* batch downloading urls and storing them
* intergrated [color-thief](https://github.com/SvenWoltmann/color-thief-java) in order to get primary and other colors from photo

## commons-asset-api

Expand All @@ -37,6 +38,10 @@ The main Objects are: **AssetReference** that is used to store in MongoDb in cas
"resolution": {
"width": 4094,
"height": 2730
},
"colorPalette": {
"primary": "#395427",
"colors": ["#ced5dd", "#80c9f3", "#74a043"]
}
}
}
Expand Down

0 comments on commit f46dc00

Please sign in to comment.