Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

ImageMagick® is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale ... [More] , shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves. The functionality of ImageMagick is typically utilized from the command line or you can use the features from programs written in your favorite programming language. ImageMagick is free software delivered as a ready-to-run binary distribution or as source code that you may freely use, copy, modify, and distribute in both open and proprietary applications. [Less]

4.24153
   
  2 reviews  |  1,212 users  |  775,108 lines of code  |  4 current contributors  |  Analyzed about 15 hours ago
 
 

A Bitcoin vanity address generator

0
 
  0 reviews  |  1 user  |  7,416 lines of code  |  3 current contributors  |  Analyzed 7 months ago
 
 
Compare

High performance library of mathematical functions and algorithms

0
 
  0 reviews  |  1 user  |  48,945 lines of code  |  3 current contributors  |  Analyzed 4 days ago
 
 

The java developer can use GPU by CUDA C.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 3 days ago
 
 

libCLcalc is an interface library to OpenCLThis project aims to build a library to simplify the usage of OpenCL. It will include an API for the following languages: C C++ Java Fortran IDL To use this APIs you don't need to know details of OpenCL. The library will do most of the work for you. ... [More] PlatformsOpenCL is an open platform independent standard and libCLcalc will also be platform independent, but until now the only stable implementation of OpenCL is the one from Apple. Because of that libCLcalc will also only be available for Mac OS X 10.6 (Snow Leopard). Special features that are not part of the OpenCL standardC++ style function templates An Example using the Java API of libCLcalc//The Kernel you want to execute: String kernel = "\n"+ "__kernel void sqrt1d (__global float* input, __global float* output) {\n" + " int index = get_global_id(0); \n" + " output[index] = sqrt(input[index]); \n" + "}"; //create some sample data int size = 10000000; float[] input = new float[size]; float[] output = new float[size]; for (int i=0;iUseful LinksOfficial site: Khronos OpenCL at the NVIDIA site OpenCL at the Apple site [Less]

0
 
  0 reviews  |  0 users  |  3,115 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

Simple DSL for generating C programs

0
 
  0 reviews  |  0 users  |  1,100 lines of code  |  1 current contributor  |  Analyzed 3 days ago
 
 

Project ninja star is a game that wants to deliver graphics and game play equivalent to modern games. The initial members Matt & Josh have noticed that there are not many ninja/parkour games with good enough gameplay and graphics to tend to peoples needs. Looking for developers, please join. ... [More] There are so few of us... P.S. The game will be running on a Blooddrunk engine, which is currently made by me and some friends. Its basically irrlicht, irrklang, newton physics plus some networking code put together. Developed by Matt Kielan,Josh Hartley,Vu Ngoc Huan,Stephen Caples,Connor May,Sorlaize, Josh_sg1 [Less]

0
 
  0 reviews  |  0 users  |  365,416 lines of code  |  0 current contributors  |  Analyzed 9 days ago
 
 

The Z OpenCL Environment Main ComponentOpenCL compiler I have implemented a not-completed OpenCL compiler frontend. Although this frontend is not finished, it contains a preprocessor (based on tcc), and a hand-crafted recursive descent parser. I have implemented a basic SSA (Static Single ... [More] Assignment) form framework OpenCL runtime library I have implemented a basic OpenCL runtime library. OpenCL platform library I have implemented a basic OpenCL platform library. Auxiliary Componentzocle container library I have implemented a STL-like container library written in the C programming language. Through this container library, I can simplify the coding in many places. The wiki main page is here. [Less]

0
 
  0 reviews  |  0 users  |  18,148 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.