Search found 13 matches

by dignidad001
Fri Jun 01, 2012 9:43 am
Forum: Classic - General Support
Topic: Converting Multiple Jpeg Files to one Tiff File
Replies: 7
Views: 2152

Re: Converting Multiple Jpeg Files to one Tiff File

Sorry, looks like that menu changes a lot depending on what view mode you're in. If you open xnview in view mode with no opened pic it'll be under tools->creat multipage. If you are in view mode with an image opened, it'll be tools->multipage->create. If you're in browser mode, it's under the ...
by dignidad001
Fri Jun 01, 2012 3:32 am
Forum: NConvert
Topic: How to create one multipage tiff file from several images?
Replies: 1
Views: 1169

How to create one multipage tiff file from several images?

Hi ,

I plan on converting some images to one tiff file. This is the script I got from exporting in XnView:


nconvert -npcd 2 -size 256x256+0 -ctype grey -corder inter -out tiff -o C:\Testing\Output Image\%%.tif -binary nodither "C:\Testing\Original Image Files\Test File 1 001.tif" "C:\Testing ...
by dignidad001
Fri Jun 01, 2012 3:28 am
Forum: Classic - General Support
Topic: Converting Multiple Jpeg Files to one Tiff File
Replies: 7
Views: 2152

Re: Converting Multiple Jpeg Files to one Tiff File

Creating a multipage tiff with xnview is easy, just open xnview, then click tools->multipage->create. Choose tiff from the dropdown, set a name for the file, choose what folder to create it in, then add your images.

The drawback to this method is that you can't auto-edit the images at the same ...
by dignidad001
Tue May 29, 2012 8:36 am
Forum: Classic - General Support
Topic: Converting Multiple Jpeg Files to one Tiff File
Replies: 7
Views: 2152

Re: Converting Multiple Jpeg Files to one Tiff File

This is the script I got from Xnview - export script:

nconvert -npcd 2 -size 256x256+0 -ctype grey -corder inter -out tiff -o E:\XXXX\new file converter programs for testing\testing xnview leadtools udc\result xnview\%%.tif -binary nodither


what can I add to:

a) ensure that the output tiff ...
by dignidad001
Tue May 29, 2012 7:46 am
Forum: Classic - General Support
Topic: Converting Multiple Jpeg Files to one Tiff File
Replies: 7
Views: 2152

Re: Converting Multiple Jpeg Files to one Tiff File

This is more complicated than I thought.

Not really familiar with scripting .... I can't get a script to do this :?:
by dignidad001
Fri May 25, 2012 5:47 am
Forum: Classic - General Support
Topic: Converting Multiple Jpeg Files to one Tiff File
Replies: 7
Views: 2152

Converting Multiple Jpeg Files to one Tiff File

Hi Guys,

I do have two concerns. Hope you can help me on this:

1) I need to convert several Jpeg Files to one Tiff File

2) The tiff files I'm getting needs to be darken a little bit more

Hope you can assist how to accomplish this.
by dignidad001
Tue May 15, 2012 3:04 pm
Forum: Classic - General Support
Topic: Convert Multiple Jpeg to Tiff (CCITT Group 4 BW)
Replies: 12
Views: 6490

Re: Convert Multiple Jpeg to Tiff (CCITT Group 4 BW)

You wrote:
...
Format: TIFF
#bits 1
Colour Model: B&W
Compression CCITT Group 4
....
So it is clear:
In "write options" you set "CCITT", in batch conversion you set B&W. Further details and backgrounds on the formats should be googled / yahooed / Binged ...

Peter


Finally got it!!! Thanks a ...
by dignidad001
Tue May 15, 2012 9:59 am
Forum: Classic - General Support
Topic: Convert Multiple Jpeg to Tiff (CCITT Group 4 BW)
Replies: 12
Views: 6490

Re: Convert Multiple Jpeg to Tiff (CCITT Group 4 BW)

Peter2 wrote:The options are here:

Options (F12) - General - Read/Write - Write - Select TIFF from list - select colour and binary compression.

Peter
Hi Peter,

What Colour Compression will I select?

Colour Compression: None, Packbits, LZW, LZW+Predict, ZIP, JPEG
Binary Compression: CCITT G4
by dignidad001
Tue May 15, 2012 8:28 am
Forum: Classic - General Support
Topic: Convert Multiple Jpeg to Tiff (CCITT Group 4 BW)
Replies: 12
Views: 6490

Re: Convert Multiple Jpeg to Tiff (CCITT Group 4 BW)

xnview wrote:Use CCITT as compression

Hi Pierre,

I can't see the option to select CCITT as compression when doing Batch Processing. This is while doing the steps provided by XnTriq above.
All I see is under the General Tab, I can select only the Format (TIF - TIFF Revision 6).
by dignidad001
Tue May 15, 2012 4:23 am
Forum: Classic - General Support
Topic: Convert Multiple Jpeg to Tiff (CCITT Group 4 BW)
Replies: 12
Views: 6490

Re: Convert Multiple Jpeg to Tiff (CCITT Group 4 BW)

T ools » Batch Processing... » Transformations
Convert » Convert to Binary » Add >
Convert to Binary » Parameters » No dither
http://i47.tinypic.com/16krrzt_th.png
[ z00m ]
Related topics:

suggestions for the export tool
How do i convert color tiff to bw in batch using threshold ...
by dignidad001
Tue May 15, 2012 2:58 am
Forum: Classic - General Support
Topic: Convert Multiple Jpeg to Tiff (CCITT Group 4 BW)
Replies: 12
Views: 6490

Re: Convert Multiple Jpeg to Tiff (CCITT Group 4 BW)

Hi , I tried the batch processing option:

Format: Tif-Tiff Revision 6
Select options

Binary Compression: CCITT G4
Colour Compression - no option for BW

The file i'm getting is also too big.
by dignidad001
Tue May 15, 2012 2:37 am
Forum: Classic - General Support
Topic: Convert Multiple Jpeg to Tiff (CCITT Group 4 BW)
Replies: 12
Views: 6490

Convert Multiple Jpeg to Tiff (CCITT Group 4 BW)

Hi,

I have several JPEG files that I need to convert simultaneously to TIFF with the following properties:

Format: TIFF
#bits 1
Colour Model: B&W
Compression CCITT Group 4

I can only do it one at a time by going to Tools/Export. My goal is to have these images converted all at the same time ...