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,025 lines of code  |  4 current contributors  |  Analyzed 8 days ago
 
 

The Open Toolkit (OpenTK) is a free, fast, cross-platform C# wrapper for OpenGL, OpenGL ES, OpenAL and OpenCL. The bindings are strongly-typed and contain inline documentation for improved security and coding speed. Additional utilities integrate the bindings with .Net, making OpenTK especially ... [More] suited to Rapid Application Development. OpenTK can be used alone or integrated into GUI toolkits, like Windows.Forms and GTK#. It runs on Windows, Linux and Mac OS X without recompilation, is easy to deploy and is compatible with all .Net languages: C#, VB.Net, C++/CLI, F#, IronPython, Boo, ... [Less]

5.0
 
  2 reviews  |  19 users  |  856,399 lines of code  |  1 current contributor  |  Analyzed 6 days ago
 
 
Compare

GEGL (Generic Graphics Library) is a graph based image processing framework. GEGLs original design was made to scratch GIMPs itches for a new compositing and processing core. This core is being designed to have minimal dependencies. and a simple well defined API. The GEGL software is part of ... [More] the GEGL Project: https://www.ohloh.net/p/gegl-project [Less]

4.83333
   
  0 reviews  |  17 users  |  113,626 lines of code  |  50 current contributors  |  Analyzed about 1 month 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 6 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.