Releases: liamjones/PaintsChainer-Docker
Releases · liamjones/PaintsChainer-Docker
1.0.8
1.0.7
- Allowed PaintsChainer's
colorize()
function'ss_size
parameter to be changed via environment variablePAINTSCHAINER_S_SIZE
. This should always be a multiple of 16 (default is 128). - Updated with latest PaintsChainer changes, the list of relevant commits can be seen here: pfnet/PaintsChainer@357a810...ecd5087.
1.0.6
- Fixed being unable to Ctrl+C to exit the container when executed via
docker run
. - Updated with latest PaintsChainer changes, the list of relevant commits can be seen here: pfnet/PaintsChainer@ab02ff0...357a810.
1.0.5
- Updated with latest PaintsChainer changes, the list of relevant commits can be seen here: pfnet/PaintsChainer@bc32853...ab02ff0. Notable addition:
- PaintsChainer now returns the colourized image with the same aspect ratio as the input image
1.0.4
- Removed image size processing limit - will still fail if you don't have enough VRAM/RAM to process the image.
- Updated with latest PaintsChainer changes, the list of relevant commits can be seen here: pfnet/PaintsChainer@53626a1...bc32853. Notable additions:
- PaintsChainer now works in browsers it previously didn't; IE10, Firefox, iOS, Edge
- Responsive, mobile friendly web page layout
- Skin tones and more useful colours in general in the palette
- Eyedropper to allow easy reuse of previously used colours
- 8 swatch history for the colour picker
1.0.3
- Moved to OpenCV 3
- Added Canvas toBlob polyfill so more web browsers can use the web interface
- Updated with latest PaintsChainer changes, the list of relevant commits can be seen here: pfnet/PaintsChainer@0d3ab98...53626a1
Note: web interface has moved to the root directory of the server, e.g. http://localhost:8000/
1.0.2
Updated with latest PaintsChainer changes, the list of relevant commits can be seen here: taizan/PaintsChainer@471a05d...0d3ab98