コミットを比較

...
2 コミット
作成者 SHA1 メッセージ 日付
tth 98affe4b40 debug incrustator 2021-04-28 09:16:00 +02:00
tth 5199fa8005 msg less useless 2021-04-28 08:41:08 +02:00
3個のファイルの変更、5行の追加、5行の削除
+1 -1
ファイルの表示
@@ -4,7 +4,7 @@
* http://la.buvette.org/photos/cumul
*/
#define FIMG_VERSION 141
#define FIMG_VERSION 142
/*
* in memory descriptor
+3 -3
ファイルの表示
@@ -112,9 +112,9 @@ int xs, ys, xd, yd;
int count;
float rgb[3];
if (verbosity) {
fimg_describe(in, "source");
fimg_describe(out, "destination");
if (verbosity > 1) {
fimg_describe(in, "extractor: source");
fimg_describe(out, "extractor: destination");
// print_rectangle(rect);
}
+1 -1
ファイルの表示
@@ -1,5 +1,5 @@
/*
* incrustator experimental
* incrustator VERY experimental
* KRKRK
*/