0% found this document useful (0 votes)
41 views1 page

Class PHP

This class can generate stereo 3D images from left and right eye view images by combining them into a single anaglyph image in color schemes like red/cyan that can be viewed with 3D glasses. It can also read cross-view stereoscopic images from one file. The class allows swapping eye views, offset correction, cropping overlapping edges, and custom channel maps. Generated images can be returned as GD resources or saved as JPEG or PNG files.

Uploaded by

Kivi To
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
41 views1 page

Class PHP

This class can generate stereo 3D images from left and right eye view images by combining them into a single anaglyph image in color schemes like red/cyan that can be viewed with 3D glasses. It can also read cross-view stereoscopic images from one file. The class allows swapping eye views, offset correction, cropping overlapping edges, and custom channel maps. Generated images can be returned as GD resources or saved as JPEG or PNG files.

Uploaded by

Kivi To
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

y

Class:
floStereoImg This class support forum

Short description: Groups:

Generate stereo images (3D) from eye view images y

PHP 5 Graphics

Supplied by:
Joshua hatfield

Detailed description:
This class can generate stereo images (3D) from eye view images. It takes two images that represent the left and right views of a scene and it generates a single anaglyph image in various color schemes including the red/cyan that can be viewed with 3D glasses. It can also class can also read cross-view stereoscopic images from a single image file. The class can swap eye view images if necessary. It can also perform offset correction and crop the edges on which the images do not overlap, and use custom channel maps. The generated images can be returned as GD image resources or can be saved to files in JPEG or PNG formats.

You might also like