Luminous Landscape Forum

Raw & Post Processing, Printing => Digital Image Processing => Topic started by: deanwork on January 06, 2012, 04:16:35 pm

Title: Resolution When Transforming a Tiff into a Sphere
Post by: deanwork on January 06, 2012, 04:16:35 pm
I'm trying to transform three grayscale files from drum scans into large spheres. I would like to make 40x40 prints of these or at least 30x30. This is a show of large prints of geological formations shot on 100 iso 4x5 drum scanned film for large bw prints. It is about plate tectonics.

I have been successful in obtaining what I want either using Photoshop CS 5 and using the 3D sphere filter, or by doing this by hand the old way with using a free transform and shaping it to a sphere myself with handles.

But in both cases I'm loosing a lot of resolution and with extra sharpening it isn't there yet. Actually the old way is giving me a little bit better resolution it seems but of course takes a whole lot longer.

Does anyone know of somthing I can do to improve the sharpness when creataing these kinds of files. They are all super high quality drum scans from 4x5 Tmax 100 scanned at 4000 ppi on an Aztek Premier. I see people are doing 3D sphere panoramas, apparently successfully.

john

Title: Re: Resolution When Transforming a Tiff into a Sphere
Post by: Guillermo Luijk on January 06, 2012, 04:29:30 pm
Some examples of the resolution loss you are experiencing would help.

I can tell you that some time ago I did some exercises in transforming an image into some crazy shapes (spheres, waves, spiral) and found that upsampling previously the image in Photoshop to a size N times larger than the ouput size, allowed me to do these transformations using a hyper-basic nearest neighbour transformation (the only one my programming skills can afford), and still get a very high quality output.

Some examples here. As expected, straight nearest neighbour produced aliasing and information loss, but resampling the images prior to the basic transformation radically improved the result.

left: input image, centre: straight nearest neigbour transform, right: upsizing + nearest neighbour transform + downsizing.

SPHERE MAPPING
(http://img71.imageshack.us/img71/6904/final1cn3.jpg)

WAVE MAPPING
(http://img110.imageshack.us/img110/2271/final2an7.jpg)

SPIRAL MAPPING
(http://img236.imageshack.us/img236/8356/final3vx7.jpg)


Maybe if you previously upsize your scans, then apply the transform, and finally downsize to the final format can improve your results.

Result
Title: Re: Resolution When Transforming a Tiff into a Sphere
Post by: deanwork on January 06, 2012, 07:53:46 pm
Thanks Guillermo,

I tried to resample image before transformation and then downsize and it didn't change anything here.

Essentially I'm starting with aprox 500 meg 16 bit grayscale files. After creating a sphere with the 3D PS mechanism you end up with 3 times that big of a file, but when it is cropped down to the circle the size stays pretty much the same. In all cases with many files it is loosing definition a lot and becomes blurry. When I downsize it in half it is still unacceptable. When I downside it in half again it is decent but still not where the original file was in sharpness. In other words a drum scan that I'm using for a 40x60 print is only acceptable when converted this way to do say a 10x10 print.

The only way I can see doing this for the three files I want to do this way is to scan them at 8000 ppi and make a 20x20 print, if that works even.

Apparently when transforming a file (which is all about texture in this case) to a sphere in CS5 using 3D transformation the compression and or stretching of pixels does a lot of damage to the file. I've noticed some of this when doing ordinary stretching of a size in image size to elongate it, but no where near this degree. Like I said before I'm getting quite a bit better results doing a circular transformation by hand using the free form transform method in PS, but it is far from great in its impact on sharpness also, but better than this.

Here are a couple of before and after examples. Now that they are reduced down to a jpeg you can't tell how poor the sharpness was.

The show is about the geology of plate tectonics, and I only want to do 3 of the 25 prints this way really, but I'd like to do them as large as the others if possible.

john

Title: Re: Resolution When Transforming a Tiff into a Sphere
Post by: aduke on January 06, 2012, 11:59:07 pm
I wonder if this is just the difference in logical area. The area of the square image is about 1/3 of the area of half a sphere, i.e., the area of the square with side D is D**2, the area of half a sphere is
pi * D**2, where pi = 3.14159... .


Alan