Page 1 of 1

Does NConvert use GFL SDK for internal works?

Posted: Fri Jun 24, 2011 8:28 am
by Hahol
Hello!

Subj

P.S. Thanks guys, It's really cool tools :)

Re: Does NConvert use GFL SDK for internal works?

Posted: Fri Jun 24, 2011 8:45 am
by xnview
GFLSDK, Nconvert, XnView, ... use same library :)

Re: Does NConvert use GFL SDK for internal works?

Posted: Fri Jun 24, 2011 9:10 am
by Hahol
xnview wrote:GFLSDK, Nconvert, XnView, ... use same library :)
:) Then I have several questions (sorry if I didn't ask in other thread)

1) I use this script for converting fiels:

Code: Select all

convert -q 92 -dct 1 -subsampling 2 -opthuff -rmeta -out jpeg *.png
Is it possible to use GflAx for doing the same? Because I want to do work without exe file, but
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?

Thanks,

Re: Does NConvert use GFL SDK for internal works?

Posted: Fri Jun 24, 2011 9:13 am
by xnview
Hahol wrote: 1) I use this script for converting fiels:

Code: Select all

convert -q 92 -dct 1 -subsampling 2 -opthuff -rmeta -out jpeg *.png
Is it possible to use GflAx for doing the same? Because I want to do work without exe file, but
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?
Not implemented in GFLax wrapper...

Re: Does NConvert use GFL SDK for internal works?

Posted: Fri Jun 24, 2011 9:27 am
by Hahol
xnview wrote: Not implemented in GFLax wrapper...
How I understand It's possible to do with GFL Sdk and C++. Right?
I have asked this because I'm not familiar with C++.I was grown in .Net ecosystem :)