搜索资源列表
bmptext.rar
- 介绍了如何在bmp位图上加载文字~ 源代码里有详细的介绍~~ ,Describes how to load bitmap bmp text ~ source code, there are detailed introduction ~ ~
BMP-Graphics-editor
- 图形编辑器(graphical editor)允许用户改变位图图像,比如大家经常用到的Photoshop。它所采用的改变方法和文本编辑器允许修改文档的方法一样。位图图像由MxN 的像素矩阵来表示,并且每个像素点都有给定的颜色。 我们的任务就是来要编写一个程序来模拟一个简单的交互式图形编辑器,并将生成的图片存储到一个 BMP 格式的文件中。 -Graphics editor (graphical editor) allows the user to change the bitmap i
Hidinginformationinbinaryimage
- 基于隐藏密钥可以,将秘密信息msg嵌入到二值载体图像cover,算法简单,主要适合于将密文隐藏在BMP格式的文档里。-Key can be based on hidden, secret information will be embedded into the binary vector msg image cover, simple algorithm, mainly for the cipher text hidden in the BMP format documentation.
Huffman_Arithmetic
- 我用C++编写的Huffman压缩解压算法,可以对文本及*.bmp图像进行压缩解压-I use C++ to the Huffman compression decompression algorithm, and the text can*. bmp image compression decompression
bmptext
- 可以打开图片-Can open the picture
bmp
- 在用vc做程序时候,经常需要把输出的文本和图形保存到位图文件,当然可以有现成的控件来实现,但总不能如自己所愿,还是自己动手写吧!如下图: 一、实现方法 要把文本和图形保存到位图文件,只要对掌握位图结构有一定的了解,一切都ok呢。先必须要创建内存设备环境,然后内存设备环境创建的DIB区域,别忘了还要创建个CBitmap对象,CBitmap对象必须和DIB区域关联起来,把CBitmap对象选择到当前设备环境,然后在当前设备环境输出文本和图形就可以了。 -Vc
ATViewer2.7
- 支持版本:Delphi 5-2009, C++Builder 5-2009 ATViewer特性: Text, Binary, Hex, Unicode:所有文件,无大小限制 RTF, UTF-8: Image:支持格式,BMP, JPG, ICO, GIF, PNG, WMF, TGA等 Multimedia:可以被Windows Media Player支持的格式,AVI, MPEG, WMV, MP3 Internet:可以被MS Internet Explorer
ImgUpload-shuiyin
- 图片上传(加水印、生成缩略图、远程图片保存)源码 很实用的一个图片上传得例子 图片上传:生成缩略图 加文字水印 图片水印 51aspx.png为水印图片 远程图片抓取(保存到本地)支持jpg、gif、bmp、png 图片抓取后自动以Auto+日期+原名称命名 输入远程图片地址(支持Html)-Upload Photos (add watermarks, generate thumbnails, long-range picture preservation) sou
BMP2File
- 將單一/多個BMP file轉成單一/多個檔案,用 HEX or TEXT兩種內容-Converting single/mulit BMP file to single/mulit file in HEX or TEXT
text_to_image
- Simple way to save text as bmp!
report
- 用C++完成一个能读取BMP图像文件(真彩色,256色等)到内存中,而后在console界面中用文本方式显示,同时可以将图像颜色翻转并重新存储的程序。-C++, to complete a BMP image files can be read (true color, 256 colors, etc.) into memory and then using the console interface, the text display, while the color image can be
BmpShow_in_wince
- wince下图像与文字的合成,在bmp上写字打logo,是对VC下bmpshow的改写,移植到了wince下,解决了CreateDIBSection替换GetDIBits的难题,本人原创。在Windows Mobile 5.0 Pocket PC SDK (ARMV4I)下运行通过。-The synthesis of bmp image and text: write worlds or a logo, is modified from "bmpshow" in VC, Solve the pr
bmptext
- about display bmp picture and can input text. -about display bmp picture and can input text.
text
- 能够实现基本的位图(BMP格式)读入和显示的功能。-Be able to achieve the basic bitmap (BMP format) read and display functions.
text_to_pdf
- 不错的TEXT转为BMP的源码,利用了PDFLIB库,建议刚学习PDFLIB库的朋友下了学习用,-BMP TEXT good source to use a PDFLIB library, the proposed learning PDFLIB library just down the learning with a friend, thank you
TXTREADER
- 基于STM32F103RBT6 的文本阅读器的模拟,支持TXT,16色的BMP-Text-based STM32F103RBT6 analog reader support TXT, 16-color BMP
show-text-bmp
- STM32 显示文字图片 全部 程序 提供注释-STM32 provides image display text comments
text
- visual basic读取24位BMP图片示例。-the visual basic Write and Read sample.
Huffman
- huffman编码压缩和解压缩文件,可以压缩文字,图片等-huffman coding to compress and decompress the file, can compress text, pictures, etc.
bmp-text
- 提供一种在图片中添加文本的方法。通过内存中绘制图形,VC++实现。 -Add text to provide a picture of the method. Graphics rendering by memory, VC++ implementation.