Skip to content

Releases: liamjones/PaintsChainer-Docker

1.0.8

16 Jun 16:04
Compare
Choose a tag to compare

Updated with latest PaintsChainer changes, the list of relevant commits can be seen here: pfnet/PaintsChainer@ecd5087...1c14f9e.

1.0.7

25 Feb 20:45
Compare
Choose a tag to compare
  • Allowed PaintsChainer's colorize() function's s_size parameter to be changed via environment variable PAINTSCHAINER_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

11 Feb 16:41
Compare
Choose a tag to compare
  • 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

05 Feb 19:10
Compare
Choose a tag to compare
  • 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

05 Feb 13:41
Compare
Choose a tag to compare
  • 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

31 Jan 22:14
Compare
Choose a tag to compare
  • 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

30 Jan 20:30
Compare
Choose a tag to compare

Updated with latest PaintsChainer changes, the list of relevant commits can be seen here: taizan/PaintsChainer@471a05d...0d3ab98

1.0.1

29 Jan 23:35
Compare
Choose a tag to compare

Processed images (input and output) are now deleted from the container file system an hour after their creation

1.0.0

29 Jan 15:32
Compare
Choose a tag to compare

Initial release