Projects tagged ‘bitmap’


[44 total ]

14 Users

The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library supports many file formats, and provides powerful image processing and graphics capabilities.
Created about 1 year ago.

5 Users

Graphics32 is a graphics library for Delphi and Kylix/CLX. Optimized for 32-bit pixel formats, it provides fast operations with pixels and graphic primitives. In most cases Graphics32 considerably outperforms the standard TBitmap/TCanvas methods.
Created 10 months ago.

3 Users

Pencil is an animation/drawing software for Mac OS X, Windows, and Linux. It lets you create traditional hand-drawn animation (cartoon) using both bitmap and vector graphics.
Created about 1 year ago.

1 Users

Light-Weight Platform Independent Bitmap Image Reader Writer Library The library has the following capabilities:Read/Write 24-bit Bitmap Images Pixel, row or level level batch editing Color ... [More] conversions (RGB,YCbCr) in byte and floating values Highly optimized subsample and upsample (resizing) Various color maps (1000 levels - autumn, copper, gray, hot, hsv, jet, prism, vga, yarg) Texture generation (checkered pattern, plasma) Graphics drawing interface (line, line-segmentm rectangle, triangle, quadix, horizontal and vertical line-segments, ellipse, circle, plot pixel, pen width, pen color) PSNR and Image comparisons Compatible C++ CompilersGCC 4.0+ Intel C++ Compiler 9.0+ Microsoft Visual C++ 8.0+ Comeau C/C++ 4.1+ [Less]
Created 11 months ago.

1 Users

This project aims to develop the most complete, standard compliant, high-quality Chinese (and CJKV) fonts and resources, including bitmap and outline fonts of various styles. We also develop web-based ... [More] tools to facilitate online font-dev collaborations. [Less]
Created 11 months ago.

1 Users

Plugin for inkscape, which generates sliced bitmaps directly from your vector drawings. Highly integrated -- uses standard rectangles on a special layer to mark areas which should be sliced. SVG attributes provide file naming, etc.
Created 12 months ago.

1 Users

The Possan.Graphics.dll-assembly contains a collection of functions for generating and manipulating graphics in any .net-compatible language/environment, including asp.net.
Created 10 months ago.

1 Users
 

F2IBuilder, é uma ferramenta para geração de imagens contendo os caracteres de uma fonte (letra), a imagem gerada é utilizada basicamente em uma técnica chamada FontBitmap?, que consiste na ... [More] utilização de uma imagem contendo os caracteres que se deseja desenhar na tela, tal técnica é amplamente emprega em software multimídias e jogos. F2IBuilder, é um gerador de fontes bitmap, opensource e multiplataforma, desenvolvido em linguagem java, de acordo com a licença GPL. English F2IBuilder is a tool for generation of images i contend the characters, the generated image is used basically in one called technique Bitmap Font, that consists of the use of an image contends the characters that if it desires to draw in the screen, such technique is widely uses in software multimedia and games. [Less]
Created over 2 years ago.

0 Users

This project is an open source steganography tool that can be used to hide and extract text to/ from Bitmap images.
Created 11 months ago.

0 Users

OverviewThis small package (less than 1000 lines of Java code) was developed to provide a small and simple package for rendering text into an image (bitmap). It was developed for Google App Engine ... [More] use where AWT and BufferedImage et al do not exist. This small utility can be used to render text on App Engine within the constraints of the JRE Class White List. This is derived from the "pbmtext" utility from NETpbm Copyright (C) 1991 by Jef Poskanzer. These are crude black-and-white bitmap fonts - no anti-aliasing. A small number of BDF fonts in fixed-sizes are bundled into the package: Courier, Lucida-Bold-Italic, Lucida-Medium, Lucida-Medium-Italic, LucidaBright-DemiBold, LucidaTypewriter, LucidaTypewriter-Bold, and a default serif font. The following code snippet demonstrates use of litetext: byte[] bmp_data = doRender("Render this text into a bitmap"); // bmp_data contains a BMP fileMore InformationUsageOverview - Basic Java Usage and Options AppEngine - Using litetext in App Engine Live Demo - running on Google App Engine [Less]
Created 25 days ago.