But I can verify, that the conversion stops after 3258 pictures.
Search found 10 matches
- Fri Jun 11, 2021 10:50 am
- Forum: MP - General Support
- Topic: How to convert 16 bit PNG to 16 bit TIF?
- Replies: 19
- Views: 5423
Re: How to convert 16 bit PNG to 16 bit TIF?
Thank you, the conversion is working.
But I can verify, that the conversion stops after 3258 pictures.
But I can verify, that the conversion stops after 3258 pictures.
- Mon Feb 08, 2021 8:31 pm
- Forum: MP - General Support
- Topic: How to convert 16 bit PNG to 16 bit TIF?
- Replies: 19
- Views: 5423
Re: How to convert 16 bit PNG to 16 bit TIF?
Hi Pierre,
do you have any roadmap in mind regarding the fix of the 16bit.
Thank you,
do you have any roadmap in mind regarding the fix of the 16bit.
Thank you,
- Thu Jan 28, 2021 10:00 pm
- Forum: MP - General Support
- Topic: How to convert 16 bit PNG to 16 bit TIF?
- Replies: 19
- Views: 5423
Re: How to convert 16 bit PNG to 16 bit TIF?
Thank you,
If you like I could to test the 16bit support even in beta-version, and give you feedback. I also have some ppm in 16bit, that I can test.
If you like I could to test the 16bit support even in beta-version, and give you feedback. I also have some ppm in 16bit, that I can test.
- Wed Jan 27, 2021 11:17 am
- Forum: MP - General Support
- Topic: How to convert 16 bit PNG to 16 bit TIF?
- Replies: 19
- Views: 5423
Re: How to convert 16 bit PNG to 16 bit TIF?
Hi Pierre,
I uploaded a single page (DJI_0018_55.tif).
mediainfo DJI_0018_55.tif
General
Complete name : DJI_0018_55.tif
Format : TIFF
File size : 642 KiB
Image
Format : Raw
Format settings : Little
Width : 640 pixels
Height : 512 pixels
Color space : Y
Bit depth : 16 bits
Compression mode ...
I uploaded a single page (DJI_0018_55.tif).
mediainfo DJI_0018_55.tif
General
Complete name : DJI_0018_55.tif
Format : TIFF
File size : 642 KiB
Image
Format : Raw
Format settings : Little
Width : 640 pixels
Height : 512 pixels
Color space : Y
Bit depth : 16 bits
Compression mode ...
- Wed Jan 27, 2021 10:42 am
- Forum: MP - General Support
- Topic: How to convert 16 bit PNG to 16 bit TIF?
- Replies: 19
- Views: 5423
Re: How to convert 16 bit PNG to 16 bit TIF?
Hi Pierre,
the original data is 16 bit, but NCovert is recognizing it as 8 bit. Otherwise nconvert is doing everything great, splitting the multi-page tiff and rewrite the exif/meta.
magick identify ./DJI_0018.TIFF
./DJI_0018.TIFF[0] TIFF 640x512 640x512+0+0 16-bit Grayscale Gray 2.16959GiB 2 ...
the original data is 16 bit, but NCovert is recognizing it as 8 bit. Otherwise nconvert is doing everything great, splitting the multi-page tiff and rewrite the exif/meta.
magick identify ./DJI_0018.TIFF
./DJI_0018.TIFF[0] TIFF 640x512 640x512+0+0 16-bit Grayscale Gray 2.16959GiB 2 ...
- Tue Jan 26, 2021 2:26 pm
- Forum: MP - General Support
- Topic: How to convert 16 bit PNG to 16 bit TIF?
- Replies: 19
- Views: 5423
Re: How to convert 16 bit PNG to 16 bit TIF?
Hi Pierre,
also with -org_depth it does not work, can I force or overwrite the channels depth to set gray-16Bit for tiff?
nconvert -v -i -ctype grey -org_depth -in tiff ./DJI_0018.TIFF
** NCONVERT v7.39 (c) 1991-2019 Pierre-E Gougelet (Feb 25 2020/13:19:45) **
Version for Linux x86 (X11) (All ...
also with -org_depth it does not work, can I force or overwrite the channels depth to set gray-16Bit for tiff?
nconvert -v -i -ctype grey -org_depth -in tiff ./DJI_0018.TIFF
** NCONVERT v7.39 (c) 1991-2019 Pierre-E Gougelet (Feb 25 2020/13:19:45) **
Version for Linux x86 (X11) (All ...
- Tue Jan 26, 2021 1:56 pm
- Forum: MP - Suggestions
- Topic: Opening 16 bit tiff files
- Replies: 17
- Views: 11117
Re: Opening 16 bit tiff files
I have a similar problem, that the file is not recognized correctly. It is a multi-page 16-bit grey tiff but nconvert idetects it as 16Bit (with or without -org_depth). Can I set the input format somehow and prevent nconvert from any conversion?
I would like to extract all pages and save the tiffs ...
I would like to extract all pages and save the tiffs ...
- Tue Jan 26, 2021 1:52 pm
- Forum: MP - General Support
- Topic: How to convert 16 bit PNG to 16 bit TIF?
- Replies: 19
- Views: 5423
Re: How to convert 16 bit PNG to 16 bit TIF?
Maybe the problem is that the file is not recognized correctly. It is a multi-page 16-bit grey tiff.
identify ./DJI_0018.TIFF
./DJI_0018.TIFF[0] TIFF 640x512 640x512+0+0 16-bit Grayscale Gray 2.16959GiB 2.830u 0:10.921
./DJI_0018.TIFF[1] TIFF 640x512 640x512+0+0 16-bit Grayscale Gray 2.850u 0:10 ...
identify ./DJI_0018.TIFF
./DJI_0018.TIFF[0] TIFF 640x512 640x512+0+0 16-bit Grayscale Gray 2.16959GiB 2.830u 0:10.921
./DJI_0018.TIFF[1] TIFF 640x512 640x512+0+0 16-bit Grayscale Gray 2.850u 0:10 ...
- Tue Jan 26, 2021 1:14 pm
- Forum: MP - General Support
- Topic: How to convert 16 bit PNG to 16 bit TIF?
- Replies: 19
- Views: 5423
Re: How to convert 16 bit PNG to 16 bit TIF?
I have the same problem, I really like XnView MP but my sensor-data (infrared) is 16bit. I need to extract the pages and save as 16bit tiff.
Do you have plans to integrated saving as 16bit in XnView MP?
And how do I tell nconvert that it should save as 16Bit gray tiff - here is what I have done so ...
Do you have plans to integrated saving as 16bit in XnView MP?
And how do I tell nconvert that it should save as 16Bit gray tiff - here is what I have done so ...