紧急求助!!!!!!!!! BW文件是什么东东??(200分)

  • 主题发起人 主题发起人 redhat
  • 开始时间 开始时间
R

redhat

Unregistered / Unconfirmed
GUEST, unregistred user!
有一个图像文件后缀为BW *****.bw
用ACDSEE可以浏览.似乎是SGI的格式
请问列位大虾如何生成这种格式的文件,或用什么软件可以转换

纹银200两,奉上
 
acdsee就可以转换,另外如果acdsee的options的read file information
设为always的话,不论是什么扩展名,只要它能识别都可以显示的.
比如 你把 a.jpg改名成 a.***
 
是黑白图象格式。既然用ACDSEE可以浏览,也可以用ACDSEE另存为别的格式来转换吧。

name
bw - black and white image file format and utilities

format
a bw file contains sequences of pixels. each pixel is
stored as one unsigned char, and thus ranges in intensity
from 0 (black) to 255 (white). the first pixel in a bw file
is the lower left corner of the image. the pixels proceed
from left-to-right across each scanline, with scanlines
being written from the bottom to the top of the image.

by convention, bw images are usually square, and thus their
dimensions can be determined by the file size. if this is
not the case, often only the file width need be known by a
program reading the file. history has left us with two
"standard" sizes, 512x512 and the "hires" 1024x1024. a com-
mon practice for other file sizes is to include the file
width in the filename.

at some time in the future bw files will probably get self-
typing headers so that parameters such as their size can be
automatically determined by programs.

utilities
bw-fb display a .bw format image on a framebuffer.
fb-bw produce a .bw file from a framebuffer image.
bw-pix convert a .bw file to a color .pix file.
pix-bw convert a color .pix file to a .bw file.
bwstat gives statistics concerning a .bw file.
bwhist displays a histogram on a framebuffer.
bwmod a filter to shift and scale pixel intensities.
bwdiff yields the difference between two .bw files.
bwrect extracts an arbitrary rectangle from a .bw file.
bwcrop maps any quadrilateral in a .bw file into any rectan-
gle.
bwrot rotates, reverses, or inverts a .bw file.
bwscale scales a .bw file larger or smaller.
bwfilter a variety of 3x3 kernel filters for .bw images.
bw3-pix merges three .bw files into one .pix file.
pix-bw3 separates .pix file rgb colors into three .bw files.

files
file.bw

 
时间太久,强制结束。 wjiachun
 

Similar threads

回复
0
查看
1K
不得闲
S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
D
回复
0
查看
2K
DelphiTeacher的专栏
D
后退
顶部