Commit Graph

8 Commits

Author SHA1 Message Date
murat c500a00828 feature: add terminal color block to palette output 2026-01-31 17:44:50 +03:00
murat 84e4ddb4cf optimization: filtering out low saturation (gray) colors 2026-01-31 17:37:08 +03:00
murat e67283cadb optimization: filtering out dark pixels 2026-01-31 17:31:03 +03:00
murat cafecb284c histogram + finding the dominant colors 2026-01-31 17:26:44 +03:00
murat e17f005791 downscaling pixels 2026-01-31 17:11:45 +03:00
murat c656ef2ccf moving image file to the RAM and getting width, height, channels values 2026-01-31 16:56:33 +03:00
murat bfe2b0b32a checking for image type (png or jpeg) 2026-01-31 16:36:25 +03:00
murat 1cb1966342 created main.cpp
checking for --help and -h flags
checking for arg count
checking if specified file exists
2026-01-31 16:20:32 +03:00