Projects tagged ‘bitmap’


[44 total ]

0 Users

Silverlight Library of code bits and samples used in the book Hacking Silverlight. The code is here so any one can download check out and use. The book started against the SL 1.1 bits and has been ... [More] progressively moved forward with controls coming and going as relevant. [Less]
Created 10 months ago.

0 Users

Bitmap loading and writing utilities in pure Python. Supports drawing many shapes and text. This project was created to add support for image drawing capabilities for Google Appengine. To write text ... [More] onto bitmaps, you first need to create proper python module with make_font.py. For example: python make_font.py -f /usr/share/fonts/truetype/msttcorefonts/arialbd.ttf -s 12The python code would look like this: import bmp import bmpfont_arialbd_12 img = bmp.BitMap( 500, 40, bmp.Color.TEAL.lighten() ) img.setFont(bmpfont_arialbd_12.font_data) img.setPenColor( bmp.Color.BLUE ) img.drawText('abcdefghijklmnoprstuvxyz!@#$^%&^**()_}{\",.?<>', 10, 10) img.drawLine( 0, 0, 10, 10) # save the file img.saveFile( "test.bmp" ) # or get the bitmap as string bitmap = img.getBitmap() [Less]
Created 2 months ago.

0 Users

This is the collection of progress bars and progress pies that can be interacted with like a track bar. These are GDI+ based components written in C# and can be used in any .NET environment.
Created 10 months ago.

0 Users

Fugue IconsPreview all icons Copyright © 2009 Yusuke Kamiyamane. All rights reserved. The icons are licensed under a Creative Commons Attribution 3.0 license. If you can't or don't want to place ... [More] link back, please purchase a royalty-free license. http://www.pinvoke.com/ I'm unavailable for custom icon design work. But your suggestions are always welcome! yusuke.kamiyamane@gmail.com [Less]
Created 7 months ago.

0 Users

PicReady is designed to process an arbitrary set of photos as fast as possible in the same way. To increase the opportunities, the individual steps can be extended with add-ons (for example filters like black and white or sepia).
Created about 1 month ago.

0 Users

An old-school rendering engine based on the BitmapData API of AS3.
Created 12 months ago.

0 Users

This is a simple and highly readable image processing library written in C++ that supports 256-color gray-scale bitmaps. Features include rotation, convolution, edge detection, frequency-based ... [More] filtering, blurring techniques, median filtering for noise removal etc. The library is growing very fast and more features will be added continuously. [Less]
Created 12 months ago.

0 Users

There are many situations while we need to check the bitmap data while dealing so many bitmap files. The normal solution is to write code to save data and verify it. But if it could preview in the ... [More] Debugger, that would be cool no? This Pulug-in supposed to run in Microsoft Visual C++ debugger Initially this is supposed to support a Visual C++ 6.0 [Less]
Created 12 months ago.

0 Users

BitmapTextField add many bitmap features to textfield, such as rotation, alpha, mask.
Created 12 months ago.

0 Users

This project will host the source code to port Paint.NET from Windows in .NET to Unix using Mono. This is not an official port, it is being done by members of the open source community. See the ... [More] PortingStrategy document for more information on building, hacking and contributing to this effort. Important: you currently need Mono from SVN and MonoDevelop from SVN to build Paint.NET [Less]
Created about 1 year ago.