Software Listing: Grayscale
- Veqa Image Effects
- License: Shareware
- Price: 7.00

Veqa Image Effects is a PHP tool to get Web image effects on the fly. Features: sharpen, blur, brightness, contrast, colorize, grayscale, invert, rotate, flip, and reformat. It supports JPG, GIF, PNG, and BMP image formats and works with GD or ImageMagick MagickWand for PHP. It makes for an ideal solution for sharing various effects of images without a cluttered file mess - saving disk space and your time. Use it for many kinds of image effects for fun display, cool mouse-over effects to fancy your image gallery, or quick touch-ups to improve image quality. Make all these your cause to bring the effect of your images and do it automatically on the fly.
- Publisher: Veqa
- Date: 16-06-2006
- Size: 21 KB
- Platform: Linux, Unix, Win2000, Windows Server, WinOther
- Veqa ImageFly
- License: Shareware
- Price: 25.00

Veqa ImageFly is a PHP tool to get Web images on the fly. Features: resize, watermark, sharpen, blur, brightness, contrast, colorize, grayscale, invert, rotate, flip, and reformat. It supports JPG, GIF, PNG, and BMP image formats and works with GD or ImageMagick MagickWand for PHP. It makes for an ideal solution for sharing various versions of images without a cluttered file mess - saving disk space and your time. Use it for thumbnails for an image gallery, watermarking for copyright protection, or many kinds of image effects for fun display. An infinite amount of possibilities for your Web images can all be created with this in just an instant on-the-fly.
- Publisher: Veqa
- Date: 16-06-2006
- Size: 24 KB
- Platform: Linux, Unix, Win2000, Windows Server, WinOther
- Capture View
- License: Freeware
- Price: 0.00

Capture everything! Capture desktops, web pages, virtual screens,transparent backgrounds, menus, pop-ups, custom or default regions, running apps whether shown, partially shown, completely hidden, even minimized. Capture View has a simple, easy to use and intuitive interface. Select your capture method and click the capture button. It is that simple! An additional capture button is located on the system tray allowing you to take snap shots even when Capture View is not visible. Check out the Timer delay! Choose from numerous image formats: PNG, BMP, JPG, TIFF, GIF. Capture View has several basic imaging tools: Crop Tool, Grayscale Conversion, Resize Tool, Watermarking Tool, Border Tool.
- Publisher: GXDevelopment, Inc
- Date: 12-08-2011
- Size: 615 KB
- Platform: Win7 x32, Win7 x64, WinOther, WinVista, WinVista x64
- Grayscale Blog
- License: Shareware

"Grayscale Blog" is a complete blog website that is ready to go as soon as you install and configure it. Easy to set-up, install, and use, you have complete control over the look and feel or use the default layout and be set up in minutes..
- Publisher: karlcore.com
- Date: 24-05-2011
- Platform: PHP, Scripts
- Grayscale Simple Document Management System
- License: Shareware

"Grayscale Simple Document Management System" is an easy to install and use document management system that not only provides a means to manage files, but allows for user management, access control (per file) and messaging between users. As always, it comes documented with a very easy to understand "Read Me" file and well commented scripts. Easy to install and configure..
- Publisher: karlcore.com
- Date: 21-05-2011
- Platform: PHP, Scripts
- AS2 Luminosity/ Grayscale Utility
- License: Shareware
- Price: 4

This is a purely code based implementation of the ubiquitous grayscale/ luminosity filter. While most common implementations of this effect tend to be timeline based and therefore lacking in flexibility, this little gem of code-driven ingenuity is free from such constraints and open to wider application. Better yet, this utility was built with ease of use in mind.The effortless two-step setup process involves simply copying the script to a folder and referencing the script via an '#include' statement on the main timeline. Once that's done, every movieclip will support the fabulous '_grayScale' property.
- Publisher: dimumurray
- Date: 14-09-2011
- Platform: PHP, Scripts
- MasterGraphicEx
- License: Freeware
- Price: 0.00

MasterGraphicEx adds a lot of functionality to MasterX SDK's MasterGraphic, such as applying grayscale, complement, color balance, brighten, darken, scaling, clipping, etc....
- Publisher: Dan Anderson
- Date: 06-02-2013
- Size: 41 KB
- Platform: C and C plus plus, Scripts
- gray2rgb
- License: Shareware

his just makes a grayscale image, with values ranging from 0 to 255, into a RGB truecolor image with values ranging from 0 to 1 in each of the 3 colors. I wrote this so that I could outline the objects in a grayscale image with color borders..
- Publisher: Gabriel Frangakis
- Date: 07-05-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- tiffread2.m
- License: Freeware
- Price: 0.00

Reads 8,16,32 bits uncompressed grayscale and some color tiff files, as well as parts or full stacks of multiple images, for example those produced by metamorph. The image as well as the meta-data is returned. The entire TIFF standard is not supported, but tiffread may be extended by modifying its code. Derived versions, to read Zeiss LSM files or Metamorph info should be available on: www.cytosim.org/other.
- Publisher: francois nedelec
- Date: 14-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- pseudocolor image processing
- License: Shareware

the program is for pseudocolor image processing, it can convert a grayscale image to color. The color may not be accurate but quite useful for certain applications..
- Publisher: Deepak Kumar Rout
- Date: 12-04-2013
- Size: 31 KB
- Platform: Matlab, Scripts
- Fast edges of a color image (actual color, not converting to grayscale)
- License: Shareware

Extracts the edges of a color image without converting it to grayscale. Changes in color are detected even when the grayscale color of two pixels are the same. The edge strength is typically greater or equal to the magnitude obtained by simply filtering a grayscale image. Optionally, the edge orientation can also be returned. Example: The image generated by the example code (presented here as the screenshot) shows two edge types: White - edges found by both methods. Red - edges found only by the color method. This clearly shows that a significant amount of information is lost by the standard method, but it is recovered with the gradient method.
- Publisher: Joao Henriques
- Date: 09-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Render RGB text over RGB or Grayscale Image
- License: Shareware

by Davide Di Gloria with the great contribution of Franz-Gerold Url Render RGB text over RGB or grayscale images of ANY RESOLUTION! usage: out=rendertext(target, text, color, pos, mode1, mode2) target ... MxNx3 or MxN matrix text ... string (NO LINE FEED SUPPORT) color ... vector in the form [r g b] 0-255 pos ... position (r,c) optional arguments: (default is 'ovr','left') mode1 ... 'ovr' to overwrite, 'bnd' to blend text over image mode2 ... text aligment 'left', 'mid' or 'right'. out ... has same size of target example (generates the sceenshot above): in=imread('football.jpg'); out=rendertext(in,'OVERWRITE mode',[0 255 0], [1, 1]); out=rendertext(out,'BLEND mode',[255 0 255], [30, 1], 'bnd', 'left'); out=rendertext(out,'left',[0 0 255], [101, 150], 'ovr', 'left'); out=rendertext(out,'mid',[0 0 255], [130, 150], 'ovr', 'mid');...
- Publisher: Davide Di Gloria
- Date: 17-01-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Halftoning and dithering
- License: Shareware

Halftoning using the BAYER's matrix for grayscale images. Bayers Matrix size can be 2x2,4x4,8x8,16x16 thanks.
- Publisher: siddharth shah
- Date: 07-02-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Quick routine to plot RGB overlay of three images
- License: Shareware

plotRGB allows quick plotting of an overlay of three grayscale images with possible custom scaling of the R, G and B intensity ranges grayscale ranges are normalized for RGB plot.
- Publisher: Lennaert
- Date: 09-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Region Growing (2D/3D grayscale)
- License: Shareware

A recursive region growing algorithm for 2D and 3D grayscale image sets with polygon and binary mask output. The main purpose of this function lies on clean and highly documented code. Usage: [P, J] = regionGrowing(cIM, initPos, thresVal, maxDist, tfMean, tfFillHoles, tfSimplify) Inputs: - cIM: 2D/3D grayscale matrix - initPos: Coordinates for initial seed position - thresVal: Absolute threshold level to be included - maxDist: Maximum distance to the initial position in [px] - tfMean: Updates the initial value to the region mean (slow) - tfFillHoles: Fills enclosed holes in the binary mask - tfSimplify: Reduces the number of vertices with line simplification Outputs: - P: VxN array (with V number of vertices, N number of dimensions).
- Publisher: Daniel
- Date: 20-04-2013
- Size: 287 KB
- Platform: Matlab, Scripts
- PhotoGrab for Windows 8
- License: Shareware

PhotoGrab for Windows 8 is a handy application that can be used by all those who want to turn their pictures to sepia or grayscale.
Additionally, they can apply a RGB filter or changes the size of their image as they see fit. The resulting image can be saved to a location of their liking.
.
- Publisher: PrescottProductions
- Date:
- Platform: Windows 8
- ijGranulometry
- License: Freeware
- Price: 0.00

ijGranulometry provides you with a handy plugin for ImageJ that enables you to apply different grayscale morphological filters to your pictures.
There are two available filtering options: in radius or in diameter, as well as a batch filtering tool, which allows you to generate the granulometric curve graph for a set of images.
.
- Publisher: David Legland
- Date:
- Platform: WinOther
- Gray Color Chooser
- License: Freeware
- Price: 0.00

Gray Color Chooser was developed as an easy-to-use and accessible piece of software that can help you choose colors for optimal printing in grayscale.
Gray Color Chooser is a tool developed with the help of the Java programming language and can run on multiple platforms.
.
- Publisher: Nicolas Crappe, Alexandre Dubus
- Date:
- Platform: WinOther
- Bitmap2LCD
- License: Shareware
- Price: 83

Programming tool for monochrome grayscale, and color GLCD, data array generator, Animation Editor, ANSI and Unicode Font editor. Supports monochrome, 2,4 and 5bpp grayscale (2,16,32,256 grey shades / levels) GLCD of 8,16,256,4096, 272k,65K and 16M Color Support of most standard LCD dot matrix formats up to 1024 x 768 8,16 and 32 bit data output format. Programmable Batch Text and Graphic Processing, Text Search and Replace, Data manipulation, GLCD Vectors , GIF Support, SVG Support , Touch panel / Touch Screen Region Programming.
- Publisher: Bitmap2LCD
- Date: 19-04-2017
- Size: 13752 KB
- Platform: Win2000, WinXP, Win7 x32, Win7 x64, Windows 8, Windows 10, WinServer, WinOther, Windows2000, Windows2003, Windows Server 2012, Windows Tablet PC Edition 2005, Windows Media Center Edition 2005, WinVista, Windows Vista, WinVista x64
- Easy Image Converter
- License: Shareware
- Price: 20

Allows you convert image to JPEG, GIF, BMP, TIF ,PNG File formats. Allows you convert a large quantity of images at a time (Batch mode). Allows you control JPEG image quality. Allows you change image size, rotate, grayscale. Export Multi-Page File to another image format (JPEG, GIF, BMP, TIF, PNG) Auto rename feature allows to rename file using template. It may contain ? for digits and % for source file name..
- Publisher: Jimmy Leung
- Date: 20-02-2004
- Size: 2900 KB
- Platform: Win2000, WinOther











