「ビット数を取り出す」の編集履歴(バックアップ)一覧に戻る

ビット数を取り出す - (2010/11/24 (水) 19:38:00) のソース

int bytes_per_pixel = ((img->depth & 255) / 8) * img->nChannels;