• Joined on 2020-07-13
max pushed to Refactor3 at max/pixsy 2020-11-07 13:48:41 +00:00
31d7ff52ca done
max pushed to Refactor3 at max/pixsy 2020-11-07 13:48:07 +00:00
45ef41c366 fix dithering and indexing for image
3a8e349aac feedback for loading game
080d0853eb bit more logging
0150a5ca33 a bit more range on brightness adjustment; top-align room options
Compare 4 commits »
max pushed to Refactor3 at max/pixsy 2020-11-07 10:57:04 +00:00
ec44370d7e make cropper a bit bigger so we can scale down instead of having to scale up to 128×128
013e1e1c8c resize cropped image (plugin doesn't seem to allow specification of size)
Compare 2 commits »
max pushed to Refactor3 at max/pixsy 2020-11-06 16:16:19 +00:00
37cde1713d remove unused imports; bump
max pushed to Refactor3 at max/pixsy 2020-11-06 16:14:50 +00:00
0780bc8267 get actual palette; comment broken tests; fix for new bitsy_parser game result
max pushed to master at max/bitsy-parser 2020-11-06 16:04:41 +00:00
4a05021bdd fix broken binaries
max pushed to master at max/bitsy-parser 2020-11-06 16:00:46 +00:00
de15ccbaa2 get_palette() function and test
max pushed to master at max/bitsy-parser 2020-11-06 15:39:47 +00:00
b9415ade9e fix segments_from_str; version bump
max pushed to master at max/bitsy-parser 2020-11-06 15:37:03 +00:00
e992e41635 get segments from borrowed str instead of String for flexibility
max pushed to Refactor3 at max/pixsy 2020-11-06 15:33:28 +00:00
fd5f141f19 implement colour mapping and dithering properly
max pushed to Refactor3 at max/pixsy 2020-11-06 12:50:34 +00:00
5916c4af17 update to-do list
max pushed to Refactor3 at max/pixsy 2020-11-06 12:47:29 +00:00
69a3b482be update palette on selection
max pushed to Refactor3 at max/pixsy 2020-11-06 12:35:41 +00:00
4bd896f05a brightness adjustment; find closest palette colour; tests
max opened issue max/bitsy-parser#2 2020-11-05 21:15:13 +00:00
get_palette() function
max opened issue max/bitsy-parser#1 2020-11-05 21:14:56 +00:00
create colour from image::Rgba<u8>
max pushed to Refactor3 at max/pixsy 2020-11-05 18:48:29 +00:00
03588c4c55 lots of stuff
max pushed to Refactor3 at max/pixsy 2020-11-05 09:52:48 +00:00
0cb4f3af8d bigger pages; page caption
max pushed to Refactor3 at max/pixsy 2020-11-05 09:52:19 +00:00
1b3505929b new crop tool
max pushed to Refactor3 at max/pixsy 2020-11-04 16:19:54 +00:00
6b679c3bbc ignore output css
max pushed to Refactor3 at max/pixsy 2020-11-04 16:18:49 +00:00
ca93a00eda "set palette" function