#include #include std::vector to_rle(const std::filesystem::path& input); void from_rle(const std::string& input, const std::filesystem::path& output);