Does NConvert use GFL SDK for internal works?
Posted: Fri Jun 24, 2011 8:28 am
Hello!
Subj
P.S. Thanks guys, It's really cool tools
Subj
P.S. Thanks guys, It's really cool tools

Various discussion boards for XnView and related products
https://newsgroup.xnview.com/
xnview wrote:GFLSDK, Nconvert, XnView, ... use same library
Code: Select all
convert -q 92 -dct 1 -subsampling 2 -opthuff -rmeta -out jpeg *.png
Not implemented in GFLax wrapper...Hahol wrote: 1) I use this script for converting fiels:
Is it possible to use GflAx for doing the same? Because I want to do work without exe file, butCode: Select all
convert -q 92 -dct 1 -subsampling 2 -opthuff -rmeta -out jpeg *.png
I can't find properties for -dtc, -subsampling and -opthuff parameters in GflAx.
2) I didn't find in GflAx any methods for reading/writing in stream. How I can do it without load/save to file?
How I understand It's possible to do with GFL Sdk and C++. Right?xnview wrote: Not implemented in GFLax wrapper...