CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - linux bmp

搜索资源列表

  1. mgaview-0.1.4

    1下载:
  2. linux下显示各种格式图片,包括bmp,jpg,png,等等的格式,但是不支持图片大小的自适应改变,请高人可以再次开发。-shown pictures of various formats, including bmp, jpg, png, etc. The format, but does not support the picture of adaptive changes in the size, a person can develop again.
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:983.97kb
    • 提供者:孟庆新
  1. ImgProcessing

    0下载:
  2. 可读写bmp格式的图的程序,给了Visobject.cpp 和 visobject.h 做样子,很容易将它们改成合自己用的,能读写bmp格式图象的程序。使用Linux的, 给出pcbitmap.h以备使用。写程序时注意读整数时字节是按顺序还是逆序排列的。-can read and write bmp format of the processes, and to the Visobject.cpp visobject.h frill, it is very easy to change thei
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:66.03kb
    • 提供者:陈新
  1. fbv-1.0b.tar

    1下载:
  2. linux下基于控制台的图片浏览器,基于FrameBuffer驱动实现,支持BMP、JPG、PNG、GIF格式图片浏览,支持缩放、翻转等功能,纯C实现,小巧且使用方便,很适合拿来做嵌入式移植和二次开发,可参考其来实现数码产品的图片浏览器。-linux based console Photo browser, Drivers based framebuffer support BMP, JPG, PNG, GIF format images View, support zoom, flip, an
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:18.54kb
    • 提供者:nico zhu
  1. EasyBMPtoAVI_0.54_console-source

    0下载:
  2. EasyBMPtoAVI is a simple, easy-to-use, cross-platform utility for creating an avi movie file from a series of windows bitmap (BMP) images. Some features: 1) Support for reading all bit-depths supported by EasyBMP. At the present time,
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:13.05kb
    • 提供者:deeply2000
  1. Cbmpread

    0下载:
  2. 读BMP图像的数据,然后变换(我只是加了一条黑线,但可以进行如去噪,平滑等变换,我下一步的工作),再将数据写回一个新的图像中!在Linux下完成,可以很好的工作,代码是符合ANIS C的,应该是可以在windows下运行的!(运行时需要修改文件路径)-Reading BMP image data, and transform (I just added a black line, but can be as denoising, smoothing transformation, I will
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:3.11kb
    • 提供者:阳陵
  1. cximage599c_linux.tar

    0下载:
  2. cximage599c_linux: this provide makefile for linux(simply type make to build it) cximage is a C++ class to load, save, display, transform BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K images
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1.38mb
    • 提供者:jauming
  1. bmpUtils

    0下载:
  2. linux下bmp解析工具,学这方面的朋友可以下啊
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:23.07kb
    • 提供者:周兆维
  1. w3cam-0.7.2

    0下载:
  2. 关于linux环境下,VIDCAT图象采集程序,里面包含图象压缩,bmp转JPEG等多个字函数,请大家参考
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:154.02kb
    • 提供者:叶健聪
  1. bmp2raw

    0下载:
  2. UNIX/Linux 下面将bmp图像转化为raw格式的工具,适合做进一步图像处理用。其中还包括对bmp图像格式信息的读取。-UNIX/Linux below bmp image into a raw format tool, suitable for further image processing used to do. It also includes a bmp image format of information read.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:493.71kb
    • 提供者:zhy
  1. jpeg

    0下载:
  2. <1>这里讨论的是灰度图像的压缩不涉及彩色图像。 <2>实现压缩时,输入的图像数据采用一种自定义的格式(com 格式),前四个字节记录图像的宽度和高度,之后就是逐 行的图像数据,图像的开头和结尾没有任何标记。这种格式的图像数据是从BMP图像中得到的。 <3>这里没有JPEG算法的解压程序,压缩后的数据存成标准的JPEG文件格式,任何视图软件都可以打开。DPCM方法中的解 压缩程序将数据仍然存成com格式,可以将其转成PGM格式观看,压缩包中
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:58.73kb
    • 提供者:刘雷
  1. bmpenc

    0下载:
  2. 一个基于Hash的随机LSB信息隐藏程序 包含波形小幅扰动抗攻击 自己编写的 包含24bitBMP文件的读取与像素分离 快速傅立叶变换 散列LSB等相关算法的头文件 与系统无关 可以通过G++编译 在Win/Linux环境下都可以正常工作 也可以将头文件提取出来应用于其他代码之中-A Hash-LSB steganography source code with randomized DFT anti-RS-attack tech. Coding by myself. Including hea
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1.15mb
    • 提供者:杜睿
  1. linux_picture_tool

    0下载:
  2. 基于linux平台下,一款能在文本模式下显示图片的工具(支持多种格式,如bmp、jpg、gif等等)-Based on the linux platform, this tool can be displayed in text mode, the picture tools (supports multiple formats such as bmp, jpg, gif, etc.)
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:721.08kb
    • 提供者:周魏魏
  1. freeimage

    0下载:
  2. C语言的体系,大量使用指针运算速度可以保证,内含先进的多种插值算法。 另外独有的支持meta exif信息的读取。该库最大的特点就是比较简练,只把重点放在对各种格式图像的读取写入支持上,没有显示部分,实际编程的时候还是需要调用API函数进行显示。 -FreeImage is an Open Source library project for developers who would like to support popular graphics image formats like
  3. 所属分类:Graph program

    • 发布日期:2015-09-11
    • 文件大小:260.22kb
    • 提供者:金金
  1. netpbm-10.35.74

    0下载:
  2. linux下将各类格式图片转换最新工具,包含bmp,jpeg,gif,ppm,jpg,pcx,png,-linux image convert under the latest tools for all kinds of formats, including bmp, jpeg, gif, ppm, jpg, pcx, png,
  3. 所属分类:Graph program

    • 发布日期:2017-05-10
    • 文件大小:2.43mb
    • 提供者:王天天
  1. cximageLite_V600

    0下载:
  2. CxImage is a C++ class that can load, save, display, transform images in a very simple and fast way. CxImage is open source and licensed under the zlib license. In a nutshell, this means that you can use the code however you wish, as long as you
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:550.11kb
    • 提供者:tayfun karan
  1. ImageStone-ForWindows

    0下载:
  2. 强大的图像图形处理,支持多种格式jpg,ico,bmp等,用了就知道,真的很强大,仅用于windows平台,在chm手册中有些说明,到官网也可以下载到其他平台的版本。-powerful image processing liberary for windows. you can also download imagestone for linux/max os from the website in the chm manual.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:884.89kb
    • 提供者:zbwzll
  1. jpeg

    0下载:
  2. jpeg转bmp源码,C++,linux环境通过-jpeg convert to bmp,C++,linux & windows environment
  3. 所属分类:Special Effects

    • 发布日期:2015-04-12
    • 文件大小:11kb
    • 提供者:qmy
  1. linuxbmpopengl

    0下载:
  2. LINUX BMP FACTORY ~ VISITOR.
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-16
    • 文件大小:12.01mb
    • 提供者:jiangzhaoguo
  1. TestBMPBuffer

    0下载:
  2. linux 使用codeblock 得到图像二进制数据、将二进制数据输出为BMP 并且可将二进制数据读入OPENCV-linux use codeblock image binary data, binary data output to BMP and binary data can be read into the OPENCV
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-19
    • 文件大小:212.56kb
    • 提供者:chenshanshan
  1. bmp2bmp24

    0下载:
  2. 数字图像处理,Linux环境编程,bmp格式24位图转8位图-Turn 24 bitmap BMP format to 8 bitmap figure
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1.54mb
    • 提供者:John
« 12 »
搜珍网 www.dssz.com