litoprism.git
19 months agoImplement /gen/2 and /pgen/2
MegaBrutal [Tue, 11 Oct 2022 22:30:00 +0000 (00:30 +0200)]
Implement /gen/2 and /pgen/2

21 months agoImplement /pdrop
MegaBrutal [Mon, 18 Jul 2022 02:00:00 +0000 (04:00 +0200)]
Implement /pdrop

21 months agomake_png now utilizes image_to_cursor
MegaBrutal [Mon, 18 Jul 2022 00:40:30 +0000 (02:40 +0200)]
make_png now utilizes image_to_cursor

21 months agoRemove some debug messages
MegaBrutal [Mon, 18 Jul 2022 00:35:00 +0000 (02:35 +0200)]
Remove some debug messages

21 months agoCargo update
MegaBrutal [Mon, 18 Jul 2022 00:30:00 +0000 (02:30 +0200)]
Cargo update

21 months agoReturn dimensions of existing canvas
MegaBrutal [Mon, 18 Jul 2022 00:20:00 +0000 (02:20 +0200)]
Return dimensions of existing canvas

21 months agoImplement image_to_cursor to avoid redundant code
MegaBrutal [Sun, 17 Jul 2022 23:45:00 +0000 (01:45 +0200)]
Implement image_to_cursor to avoid redundant code

21 months agoForce actix-web to differentiate between canvases
MegaBrutal [Sun, 17 Jul 2022 23:15:00 +0000 (01:15 +0200)]
Force actix-web to differentiate between canvases

21 months agoImplement apply_to_canvas to avoid redundant code
MegaBrutal [Sun, 17 Jul 2022 22:30:00 +0000 (00:30 +0200)]
Implement apply_to_canvas to avoid redundant code

It takes a closure and applies it to the canvas.

21 months agoRefactor /pgen/1 to avoid drop & return
MegaBrutal [Sun, 17 Jul 2022 18:15:00 +0000 (20:15 +0200)]
Refactor /pgen/1 to avoid drop & return

21 months agoImplement /pgen/1
MegaBrutal [Sun, 17 Jul 2022 17:45:00 +0000 (19:45 +0200)]
Implement /pgen/1

21 months agoCycle through pixels
MegaBrutal [Fri, 15 Jul 2022 00:40:40 +0000 (02:40 +0200)]
Cycle through pixels

21 months agoUse actual image dimensions
MegaBrutal [Thu, 14 Jul 2022 23:40:00 +0000 (01:40 +0200)]
Use actual image dimensions

21 months agoGracefully handle non-existent canvas error
MegaBrutal [Thu, 14 Jul 2022 22:15:00 +0000 (00:15 +0200)]
Gracefully handle non-existent canvas error

21 months agoGet rid of warnings
MegaBrutal [Thu, 14 Jul 2022 21:35:00 +0000 (23:35 +0200)]
Get rid of warnings

21 months ago/pgen/0 now resizes image as /gen/0 does
MegaBrutal [Thu, 14 Jul 2022 21:30:45 +0000 (23:30 +0200)]
/pgen/0 now resizes image as /gen/0 does

21 months agoImplement /pgen/0
MegaBrutal [Thu, 14 Jul 2022 21:05:15 +0000 (23:05 +0200)]
Implement /pgen/0

22 months agoAdd env_logger
MegaBrutal [Sun, 10 Jul 2022 19:55:45 +0000 (21:55 +0200)]
Add env_logger

22 months agoEnforce maximum image size
MegaBrutal [Sun, 26 Jun 2022 00:20:00 +0000 (02:20 +0200)]
Enforce maximum image size

22 months agoReturn error on too much data
MegaBrutal [Sat, 25 Jun 2022 23:30:00 +0000 (01:30 +0200)]
Return error on too much data

22 months agoImplement /gen/1
MegaBrutal [Sat, 25 Jun 2022 22:45:00 +0000 (00:45 +0200)]
Implement /gen/1

22 months agoMake_png now accepts processed data
MegaBrutal [Sat, 25 Jun 2022 22:15:00 +0000 (00:15 +0200)]
Make_png now accepts processed data

22 months agoGeneric make_png function
MegaBrutal [Sat, 25 Jun 2022 22:00:00 +0000 (00:00 +0200)]
Generic make_png function

22 months agoChange path to /gen/0
MegaBrutal [Sat, 25 Jun 2022 21:00:15 +0000 (23:00 +0200)]
Change path to /gen/0

22 months agoProcess raw path
MegaBrutal [Sat, 25 Jun 2022 20:45:00 +0000 (22:45 +0200)]
Process raw path

UTF-8 conversion corrupted the intended data.

22 months agoPercent decode
MegaBrutal [Sat, 25 Jun 2022 10:30:00 +0000 (12:30 +0200)]
Percent decode

22 months agoConvert input to pixel data
MegaBrutal [Fri, 24 Jun 2022 23:15:00 +0000 (01:15 +0200)]
Convert input to pixel data

22 months agoPut red pixels from data
MegaBrutal [Fri, 24 Jun 2022 20:55:45 +0000 (22:55 +0200)]
Put red pixels from data

22 months agoBlank image generator
MegaBrutal [Thu, 23 Jun 2022 01:30:00 +0000 (03:30 +0200)]
Blank image generator

22 months agoInitial commit
MegaBrutal [Wed, 22 Jun 2022 23:30:00 +0000 (01:30 +0200)]
Initial commit