-
input 1/more imgs, output 4 game ready files for each img: atc.dds/etc.dds/atc.dds.z/etc.dds.z
-
lib CompressnaotrSDK OpenCV Zlib is used in this program.
-
support input img format: jpg/png/bmp... See alsoOpenCV cv::imread()
-
Method 1: Select 1 or more image file, and drag them to the icon of this exe. Then all selected files will be converted one by one. This way is same as using cmd:
R3_REPACK_IMG_PREPROCESS.exe imgfile1 imgfile2 imgfile3 ... -
Method 2: Run this exe. You'll see "Hello World!". Then input the full path of an image file. Only 1 file can be convert in each run.
-
程序根据输入读取图像文件,每读入一个图像输出4个文件:atc.dds/etc.dds/atc.dds.z/etc.dds.z 。
-
本程序使用OpenCV处理图像读取部分,使用CompressnaotrSDK进行atc和etc图像数据编码,使用Zlib进行.z压缩。
-
支持的输入图像格式:JPG、PNG等。更多格式参见OpenCV文档-cv::imread()
-
方法1:拖拽一个/一系列文件到本程序的图标上。适用于批量转换。等效于批处理
R3_REPACK_IMG_PREPROCESS.exe 图像1 图像2 图像3... -
方法2:打开程序,在出现 Hello World! 后输入1个文件的名称(建议使用绝对路径)