Does NConvert use GFL SDK for internal works?

Discussions on NConvert - the command line tool for image conversion and manipulation

Moderators: helmut, XnTriq, xnview

Post Reply
Hahol
Posts: 3
Joined: Fri Jun 24, 2011 8:19 am

Does NConvert use GFL SDK for internal works?

Post by Hahol »

Hello!

Subj

P.S. Thanks guys, It's really cool tools :)
User avatar
xnview
Author of XnView
Posts: 46238
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: Does NConvert use GFL SDK for internal works?

Post by xnview »

GFLSDK, Nconvert, XnView, ... use same library :)
Pierre.
Hahol
Posts: 3
Joined: Fri Jun 24, 2011 8:19 am

Re: Does NConvert use GFL SDK for internal works?

Post 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,
User avatar
xnview
Author of XnView
Posts: 46238
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: Does NConvert use GFL SDK for internal works?

Post 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...
Pierre.
Hahol
Posts: 3
Joined: Fri Jun 24, 2011 8:19 am

Re: Does NConvert use GFL SDK for internal works?

Post 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 :)
Post Reply