OSDN Git Service

implement option for imgconv utility to save the raw image via QDataStream
authorIvailo Monev <xakepa10@gmail.com>
Mon, 29 May 2023 05:46:53 +0000 (08:46 +0300)
committerIvailo Monev <xakepa10@gmail.com>
Mon, 29 May 2023 05:46:53 +0000 (08:46 +0300)
commitb7663fe761805f41290084a0d27106c93f382ef4
treee47124a4ce63287fd1fd985e8aabb40c655e53ba
parent82574432ede6cd7269c1058b4cda5d3f173930a1
implement option for imgconv utility to save the raw image via QDataStream

mostly for testing purposes (e.g. what compression format can compress the
data quick and with decent compression ratio?)

on a side note that an actual raw image format

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
util/imgconv/main.cpp