From 4b138114d06fdd7a1bbe986b37a08fce5a0b372d Mon Sep 17 00:00:00 2001 From: lltcggie Date: Sat, 6 Feb 2016 01:14:20 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88=E3=81=AE?= =?UTF-8?q?=E3=83=9F=E3=82=B9=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/waifu2x.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/waifu2x.h b/common/waifu2x.h index 80ffdcb..a6a165c 100644 --- a/common/waifu2x.h +++ b/common/waifu2x.h @@ -161,8 +161,8 @@ public: const waifu2xCancelFunc cancel_func = nullptr); // factor: 倍率 - // source: (4チャンネルの場合は)BGRAな画素配列 - // dest: (4チャンネルの場合は)処理したBGRAな画素配列 + // source: (4チャンネルの場合は)RGBAな画素配列 + // dest: (4チャンネルの場合は)処理したRGBAな画素配列 // in_stride: sourceのストライド(バイト単位) // out_stride: destのストライド(バイト単位) eWaifu2xError waifu2x(double factor, const void* source, void* dest, int width, int height, int in_channel, int in_stride, int out_channel, int out_stride);