litoprism.git
2022-12-26 MegaBrutalDependency upgrade & cargo update master
2022-12-26 MegaBrutalUse apply_to_canvas in /pgen/3 as well
2022-12-25 MegaBrutalAvoid redundant closure
2022-12-25 MegaBrutalCanvas creation fails if dimensions are too large
2022-12-24 MegaBrutalImplement /pgen/5
2022-12-24 MegaBrutalImplement /gen/5
2022-12-24 MegaBrutalImplement /pgen/4
2022-12-23 MegaBrutalStricten color specification
2022-12-23 MegaBrutalGeneralize make_png and use it in /gen/4
2022-12-22 MegaBrutalExtract sine wave encoding to separate function
2022-12-19 MegaBrutalImplement /gen/4
2022-12-17 MegaBrutalExperimental implementation of /gen/4
2022-11-27 MegaBrutalMacros to extract data from request
2022-11-27 MegaBrutalGet rid of to_imageresult & to_canvasresult
2022-11-27 MegaBrutalCreate macro to make HTTP response of image
2022-11-26 MegaBrutalLog requests
2022-11-26 MegaBrutalChange package name to litoprism & dependency upgrade
2022-10-15 MegaBrutalUse argument as listen address
2022-10-15 MegaBrutalResolve clippy warnings
2022-10-15 MegaBrutalDependency upgrade & cargo update
2022-10-15 MegaBrutalImplement /pgen/3
2022-10-15 MegaBrutalImplement /gen/3
2022-10-11 MegaBrutalImplement /gen/2 and /pgen/2
2022-07-18 MegaBrutalImplement /pdrop
2022-07-18 MegaBrutalmake_png now utilizes image_to_cursor
2022-07-18 MegaBrutalRemove some debug messages
2022-07-18 MegaBrutalCargo update
2022-07-18 MegaBrutalReturn dimensions of existing canvas
2022-07-17 MegaBrutalImplement image_to_cursor to avoid redundant code
2022-07-17 MegaBrutalForce actix-web to differentiate between canvases
2022-07-17 MegaBrutalImplement apply_to_canvas to avoid redundant code
2022-07-17 MegaBrutalRefactor /pgen/1 to avoid drop & return
2022-07-17 MegaBrutalImplement /pgen/1
2022-07-15 MegaBrutalCycle through pixels
2022-07-14 MegaBrutalUse actual image dimensions
2022-07-14 MegaBrutalGracefully handle non-existent canvas error
2022-07-14 MegaBrutalGet rid of warnings
2022-07-14 MegaBrutal/pgen/0 now resizes image as /gen/0 does
2022-07-14 MegaBrutalImplement /pgen/0
2022-07-10 MegaBrutalAdd env_logger
2022-06-26 MegaBrutalEnforce maximum image size
2022-06-25 MegaBrutalReturn error on too much data
2022-06-25 MegaBrutalImplement /gen/1
2022-06-25 MegaBrutalMake_png now accepts processed data
2022-06-25 MegaBrutalGeneric make_png function
2022-06-25 MegaBrutalChange path to /gen/0
2022-06-25 MegaBrutalProcess raw path
2022-06-25 MegaBrutalPercent decode
2022-06-24 MegaBrutalConvert input to pixel data
2022-06-24 MegaBrutalPut red pixels from data
2022-06-23 MegaBrutalBlank image generator
2022-06-22 MegaBrutalInitial commit