Search found 32 matches

by briligg
2018-06-09T07:10:39-07:00
Forum: Users
Topic: File sizes of two sets of tiles does not correspond to expected sizes
Replies: 13
Views: 6261

Re: File sizes of two sets of tiles does not correspond to expected sizes

I have now done both operations. The image that was processed with -filter point seems to have the same number of colors as the original. I can't open the full original image, but an image that combines two tiles from it with especially bright and dark points has 153 shades, while the resized image ...
by briligg
2018-06-07T11:25:40-07:00
Forum: Users
Topic: File sizes of two sets of tiles does not correspond to expected sizes
Replies: 13
Views: 6261

Re: File sizes of two sets of tiles does not correspond to expected sizes

Nearest neighbor does the same thing? Heck. This was not mentioned, and is rather important. Processing that way has completed, and to the naked eye doesn't have problematic artifacts, after a quick inspection, but that certainly doesn't mean there aren't any. There are indeed sudden tonal changes t...
by briligg
2018-06-07T07:24:05-07:00
Forum: Users
Topic: File sizes of two sets of tiles does not correspond to expected sizes
Replies: 13
Views: 6261

Re: File sizes of two sets of tiles does not correspond to expected sizes

Ah, looking at the explanation of -sample revealed the method i'd prefer, though it takes longer: The results are thus equivalent to using -resize with a -filter setting of point (nearest neighbor), though -sample is a lot faster, as it avoids all the filter processing of the image. As such it compl...
by briligg
2018-06-06T14:35:00-07:00
Forum: Users
Topic: File sizes of two sets of tiles does not correspond to expected sizes
Replies: 13
Views: 6261

Re: File sizes of two sets of tiles does not correspond to expected sizes

I wish i knew how to resize this image without changing the gray tones. The file sizes have ballooned up tremendously in the tiles from the resized image, but the tile dimensions taken from the image of original size are problematic for use in 3d models. They are really supposed to have dimensions t...
by briligg
2018-06-06T12:55:59-07:00
Forum: Users
Topic: File sizes of two sets of tiles does not correspond to expected sizes
Replies: 13
Views: 6261

Re: File sizes of two sets of tiles does not correspond to expected sizes

Well, an experiment where i created one tile from the original TIFF yielded a file even smaller than the one taken from the MPC, 6.1 MB versus 7.3 MB - so no explanation there. And it took over half an hour. You are right that the rescaling added colors. Lots of them. Tile from image B, derived by s...
by briligg
2018-06-06T11:28:03-07:00
Forum: Users
Topic: File sizes of two sets of tiles does not correspond to expected sizes
Replies: 13
Views: 6261

Re: File sizes of two sets of tiles does not correspond to expected sizes

The source is in both cases the same GeoTIFF file, which is a grayscale image depicting a heightmap of the Moon. The only difference is in one case i scaled that file down to 65536 x 32768 before slicing it into tiles - let's call it image A, while in the other case, image B, i left it it's original...
by briligg
2018-06-06T11:16:36-07:00
Forum: Users
Topic: File sizes of two sets of tiles does not correspond to expected sizes
Replies: 13
Views: 6261

Re: File sizes of two sets of tiles does not correspond to expected sizes

Yeah, but they are ALL around that size, while the images that are 8192 px on a side are ALL around 40 MB

I am listing in MB in all cases, as reported by my file system. Compression levels weren't set in any of these operations.
by briligg
2018-06-06T09:36:47-07:00
Forum: Users
Topic: File sizes of two sets of tiles does not correspond to expected sizes
Replies: 13
Views: 6261

File sizes of two sets of tiles does not correspond to expected sizes

I have taken a grayscale TIFF that measures 92160 x 46080, converted it into MPC format, and created 32 tiles from that image, converted into PNG format. Each tile is a square 11.520 px on a side. But the tiles are only between 6 and 11 MB each. GIMP reports they are indeed 16-bit grayscale, and the...
by briligg
2018-06-06T09:11:40-07:00
Forum: Users
Topic: How to fix extreme distortion of grayscale range
Replies: 15
Views: 7713

Re: How to fix extreme distortion of grayscale range

I have now managed to create a 16-bit png image that is 65,536 x 32,768 and 1.5 GB. I thought about stretching the grayscale out with auto levels, but it seems that for the displacement map or bump map purposes of this image, the way it is is better. The image is available for download at https://ww...
by briligg
2018-06-01T11:57:23-07:00
Forum: Users
Topic: Test-suite on Ubuntu 18.04 of 7.0.7 returns two fails, questions about use
Replies: 10
Views: 5417

Re: Test-suite on Ubuntu 18.04 of 7.0.7 returns two fails, questions about use

This issue has now been completely resolved with an answer to my question about it on AskUbuntu.SE, here - https://askubuntu.com/a/1042482/364597.
by briligg
2018-05-31T15:47:03-07:00
Forum: Users
Topic: Test-suite on Ubuntu 18.04 of 7.0.7 returns two fails, questions about use
Replies: 10
Views: 5417

Re: Test-suite on Ubuntu 18.04 of 7.0.7 returns two fails, questions about use

Some help with installing delegates on Ubuntu was in this answer - https://askubuntu.com/a/746195/364597 - but it is outdated now. There still is no TIFF delegate, and many other gaps. This is proving difficult, i've been at it all day. I am going to work on it for another half-day or so, and if the...
by briligg
2018-05-31T11:07:34-07:00
Forum: Users
Topic: Test-suite on Ubuntu 18.04 of 7.0.7 returns two fails, questions about use
Replies: 10
Views: 5417

Re: Test-suite on Ubuntu 18.04 of 7.0.7 returns two fails, questions about use

Do I need to uninstall it then, or can I now install the delegates after the fact?

Alright, you said i must install them first, so i'm taking it i should uninstall IM, get the delegates i need, and then reinstall it.
by briligg
2018-05-31T11:04:39-07:00
Forum: Users
Topic: Test-suite on Ubuntu 18.04 of 7.0.7 returns two fails, questions about use
Replies: 10
Views: 5417

Re: Test-suite on Ubuntu 18.04 of 7.0.7 returns two fails, questions about use

Code: Select all

sudo ldconfig -v | grep libtiff

Code: Select all

libtiff.so.5 -> libtiff.so.5.3.0
Oh, just saw your latest reply. Let me work through that.
by briligg
2018-05-31T10:49:20-07:00
Forum: Users
Topic: Test-suite on Ubuntu 18.04 of 7.0.7 returns two fails, questions about use
Replies: 10
Views: 5417

Re: Test-suite on Ubuntu 18.04 of 7.0.7 returns two fails, questions about use

$ magick identify --version Version: ImageMagick 7.0.7-37 Q16 x86_64 2018-05-31 https://www.imagemagick.org Copyright: © 1999-2018 ImageMagick Studio LLC License: https://www.imagemagick.org/script/license.php Features: Cipher DPC HDRI OpenMP Delegates (built-in): $ magick identify LOLA-Center-Modu...
by briligg
2018-05-31T10:44:33-07:00
Forum: Users
Topic: Test-suite on Ubuntu 18.04 of 7.0.7 returns two fails, questions about use
Replies: 10
Views: 5417

Re: Test-suite on Ubuntu 18.04 of 7.0.7 returns two fails, questions about use

Okay, the test-suite still fails twice, on the same tests.

Config.log is pretty long. Shall i post it somewhere so you can look at it? Is there something in particular in it i can post here?