Set identicons to png
the build was successful 詳細

このコミットが含まれているのは:
tastytea 2018-12-27 06:55:16 +01:00
コミット 7e41468176
署名者: tastytea
GPGキーID: CFC39497F1B26E07
2個のファイルの変更2行の追加1行の削除

ファイルの表示

@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.2)
project(libravatarserv
VERSION 0.7.0
VERSION 0.7.1
LANGUAGES CXX
)

ファイルの表示

@ -125,6 +125,7 @@ int main()
});
Magick::Image img;
img = identicon.generate(avatar.digest, avatar.size);
img.magick("PNG");
image::Image image({ 0, img });
image::write(image);
}