Search found 6 matches

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: 1686

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 -c 7 -l...
by sergiokapone
Sat Feb 23, 2019 12:12 pm
Forum: Classic - General Support
Topic: Start XnView without browser
Replies: 3
Views: 680

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: 680

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: 4298

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: 4298

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: 4298

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?