Bug 85840 - New port: graphics/fv A viewer of hdr/pfm images
Summary: New port: graphics/fv A viewer of hdr/pfm images
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jean-Yves Lefort
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-07 17:50 UTC by Igor Pokrovsky
Modified: 2005-09-07 22:10 UTC (History)
0 users

See Also:


Attachments
fv.shar (3.17 KB, text/plain)
2005-09-07 17:50 UTC, Igor Pokrovsky
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Igor Pokrovsky 2005-09-07 17:50:16 UTC
fv is an HDRI viewer. Currently supported formats are the followings:
* Greg Ward's HDR (also known as Radiance/PIC/RGBE). See
  http://www.graphics.cornell.edu/~bjw/rgbe.html for details.
* Paul Debevec's PFM (Portable Float Map). See
  http://netpbm.sourceforge.net/doc/pfm.html for details.

fv reads data from the standard input or files specified as
arguments. In the latter case, each file may be compressed one with
gzip or bzip2. The file may also change after fv is invoked, except
its header part. fv checks whether the file changes and updates the
display if necessary. This feature is useful for checking intermediate
outputs from renderers.

WWW:   http://www.eaflux.com/fv/
Comment 1 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-09-07 21:00:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jylefort

Take.
Comment 2 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-09-07 22:09:44 UTC
State Changed
From-To: open->closed

Committed with a few modifications, thanks!