How would you use it in nconvert 7.172?-clear x y w h : Clear using bgcolor
Search found 11 matches
- Tue Mar 05, 2024 3:47 pm
- Forum: NConvert
- Topic: How to fill the rectangle area&
- Replies: 2
- Views: 4192
Re: How to fill the rectangle area&
Interesting. The help gives
- Wed Dec 05, 2012 12:25 pm
- Forum: Classic - General [Français]
- Topic: XnViewShellExt.dll numero de version
- Replies: 1
- Views: 717
XnViewShellExt.dll numero de version
Salut,
En installant sous XP 32bits le fichier XnView Shell Extension Setup v3.30 (pour windows explorer) j'ai eu la création d'un fichier XnViewShellExt.dll avec les caractéristiques suivantes selon Explorer (clic droit - propriétés) :
version 3.2.0.0
Taille 1 703 936 octets
modifié mardi 23 ...
En installant sous XP 32bits le fichier XnView Shell Extension Setup v3.30 (pour windows explorer) j'ai eu la création d'un fichier XnViewShellExt.dll avec les caractéristiques suivantes selon Explorer (clic droit - propriétés) :
version 3.2.0.0
Taille 1 703 936 octets
modifié mardi 23 ...
- Thu Dec 03, 2009 11:27 am
- Forum: NConvert
- Topic: nconvert 8bit per component
- Replies: 11
- Views: 5881
Re: nconvert 8bit per component

- Wed Dec 02, 2009 11:21 am
- Forum: NConvert
- Topic: nconvert 8bit per component
- Replies: 11
- Views: 5881
Re: nconvert 8bit per component
Done. And the result is the same. Still blue.xnview wrote:Download nconvert 5.54

Nconvert is now v5.54
XnView is now v1.97
- Wed Dec 02, 2009 8:47 am
- Forum: NConvert
- Topic: nconvert 8bit per component
- Replies: 11
- Views: 5881
Re: nconvert 8bit per component
I tried that and it didn't work either.You can add -icc (use embedded profile)
Nconvert is still v5.50
XnView is now v1.97
- Wed Dec 02, 2009 7:47 am
- Forum: NConvert
- Topic: nconvert 8bit per component
- Replies: 11
- Views: 5881
Re: nconvert 8bit per component
Hi Pierre,
Yes I have "use ICC Embeded profile" enabled and I use the sRGB colorspace in XnView.
If I uncheck "use ICC Embeded profile" the TIFF is loaded with the same bleuish tint I want to avoid.
I guess then that I need to instruct nconvert to use the sRGB colorspace, instead of whatever it ...
Yes I have "use ICC Embeded profile" enabled and I use the sRGB colorspace in XnView.
If I uncheck "use ICC Embeded profile" the TIFF is loaded with the same bleuish tint I want to avoid.
I guess then that I need to instruct nconvert to use the sRGB colorspace, instead of whatever it ...
- Tue Dec 01, 2009 4:55 pm
- Forum: NConvert
- Topic: nconvert 8bit per component
- Replies: 11
- Views: 5881
nconvert 8bit per component
Hello,
I have some trouble with a batch I use on some TIFF image files that are in CMJK.
When I open the TIFF with XNView there is this alert box saying :
The picture will be converted to RGB with 8bits per component
and the the image is correctly displayed. So far, so good.
But when I run my ...
I have some trouble with a batch I use on some TIFF image files that are in CMJK.
When I open the TIFF with XNView there is this alert box saying :
The picture will be converted to RGB with 8bits per component
and the the image is correctly displayed. So far, so good.
But when I run my ...
- Fri Dec 05, 2008 2:54 pm
- Forum: NConvert
- Topic: Order of parameters execution in the script
- Replies: 5
- Views: 4060
Re: Order of parameters execution in the script
Thanks for the answer.
I guess I'll have to make a first batch file that would do the alpha merging and call for a second batch for the cropping.
In the future, do you think nconvert could parse the commands in the order they are written ?
I guess I'll have to make a first batch file that would do the alpha merging and call for a second batch for the cropping.
In the future, do you think nconvert could parse the commands in the order they are written ?
- Thu Dec 04, 2008 1:42 pm
- Forum: NConvert
- Topic: Order of parameters execution in the script
- Replies: 5
- Views: 4060
Re: Order of parameters execution in the script
An example of the problem :
this is the original image with a transparent area arround the central part
http://img70.imageshack.us/img70/4453/testnp6.png
this is what I want to obtain : the transparent part cropped and then the central part resized
http://img75.imageshack.us/img75/4951 ...
this is the original image with a transparent area arround the central part
http://img70.imageshack.us/img70/4453/testnp6.png
this is what I want to obtain : the transparent part cropped and then the central part resized
http://img75.imageshack.us/img75/4951 ...
- Thu Dec 04, 2008 1:24 pm
- Forum: NConvert
- Topic: Order of parameters execution in the script
- Replies: 5
- Views: 4060
Re: Order of parameters execution in the script
-autocrop 5 255 255 255
this is for detecting all the pixels arround the image that have the values between 250 250 250 and 255 255 255 (pure white). The autocrop will discard these pixels and try to remove them.
My complete batch is quite long with many more parameters. Maybe you'll understand ...
this is for detecting all the pixels arround the image that have the values between 250 250 250 and 255 255 255 (pure white). The autocrop will discard these pixels and try to remove them.
My complete batch is quite long with many more parameters. Maybe you'll understand ...
- Thu Dec 04, 2008 8:54 am
- Forum: NConvert
- Topic: Order of parameters execution in the script
- Replies: 5
- Views: 4060
Order of parameters execution in the script
Hello,
I have a problem with resizing images containing a transparency (alpha chanel).
What I am using in my conversion script is
-autocrop 5 255 255 255
(to get an autocrop on the whithish background of the images)
and then resizing the image.
If the image has a transparent background, the ...
I have a problem with resizing images containing a transparency (alpha chanel).
What I am using in my conversion script is
-autocrop 5 255 255 255
(to get an autocrop on the whithish background of the images)
and then resizing the image.
If the image has a transparent background, the ...