Search found 7 matches

by sergiokapone
Fri Nov 08, 2024 2:00 pm
Forum: Classic - General Support
Topic: Animated webp
Replies: 1
Views: 2567

Animated webp

Is there any way to view animated WebPs in XnView Classic? Right now all I see is a multi-page webp, and no animation, unlike gif.

Also, you should add a webp format icon to XnView, IMHO.
by sergiokapone
Fri Mar 08, 2019 7:31 pm
Forum: NConvert
Topic: Multipage TIFF with Powershell - Can't insert first line of filelist to output TIFF
Replies: 1
Views: 2004

Multipage TIFF with Powershell - Can't insert first line of filelist to output TIFF

I want to convert some tiff's into multipage tiff with powershell.
I started script with
powershell script.ps1 \Path\to\tiffs

Content of script.ps1 is

$path=$args[0]
$File = dir $path\*.tif | foreach {$_.name}
$File | Out-File debug.txt
nconvert.exe -overwrite -o binder.tiff -multi -out tiff ...
by sergiokapone
Sat Feb 23, 2019 12:12 pm
Forum: Classic - General Support
Topic: Start XnView without browser
Replies: 3
Views: 873

Re: Start XnView without browser

Ok, thank you
by sergiokapone
Sat Feb 23, 2019 9:56 am
Forum: Classic - General Support
Topic: Start XnView without browser
Replies: 3
Views: 873

Start XnView without browser

When I start XnView, I see the tab with browser. It is possible to start start XnView without it?
by sergiokapone
Sun Feb 03, 2019 1:14 pm
Forum: NConvert
Topic: Converting color TIFF to CCITT G4 compression
Replies: 4
Views: 5636

Re: Converting color TIFF to CCITT G4 compression

cday, thank you. This is that what I neen.
by sergiokapone
Sun Feb 03, 2019 9:04 am
Forum: NConvert
Topic: Converting color TIFF to CCITT G4 compression
Replies: 4
Views: 5636

Re: Converting color TIFF to CCITT G4 compression

cday wrote: Sat Feb 02, 2019 6:53 pm CCITT G4 compression is only applicable to 1-bit (black and white) images, so you wish to convert a color TIFF to black and white and save it with CCITT G4 compression?
Yes, I want to convert a color TIFF to black and white and save it with CCITT G4 compression.
by sergiokapone
Sat Feb 02, 2019 6:29 pm
Forum: NConvert
Topic: Converting color TIFF to CCITT G4 compression
Replies: 4
Views: 5636

Converting color TIFF to CCITT G4 compression

Help me, please. I have an color (LZW, or else) tiff, how can I simple compress it into CCITT group 4?