Home Answers Viewqa Java-Beginners Conversion from color to Gray Image

 
 


SakthiPrabhu
Conversion from color to Gray Image
1 Answer(s)      4 years and a month ago
Posted in : Java Beginners

View Answers

May 6, 2009 at 3:01 PM


Hi Friend,

You can convert the color image to grey scale image by using the ColorSpace class of java.awt.color package:

ColorSpace cs = ColorSpace.getInstance(ColorSpace.CS_GRAY);
ColorConvertOp op = new ColorConvertOp(cs, null);
BufferedImage grayImage = op.filter(image, null);

For more information, please visit the following link:

http://www.roseindia.net/java/example/java/swing/color-effect-image.shtml

Thanks









Related Pages:
Conversion from color to Gray Image - Java Beginners
Conversion from color to Gray Image  Hi... Sakthi here.. i am new to java. and i haven't try this so far How to convert the color image to gray scale image in java? could u plz help me out to start the process
Here is a set of 26 different shades of one of the most trendy Gray color rangeing from lighter Gray color to darker Gray color.
of the most trendy Gray color rangeing from lighter Gray color to darker Gray color... .menuText1 { font:10pt bold Arial, Helvetica, sans-serif; color:#FFFFFF... bold Arial, Helvetica, sans-serif; color:#000000; text-align:left; padding
Color Effect On Image
a pixel-to-pixel color conversion of the data in the source image... Color Effect On Image     ... Image. We are providing you an example, where an image shows different color effects
Get the color values as a matrix of color image
Get the color values as a matrix of color image  I am new to java and image processing, i want to get the color values as a matrix from the color image for giving input to the compression algorithm by using java. plz provide
Color
to create new colors, and predefines a few color constants (see below..., and blue in amounts represented by a number from 0 to 255. For example.... White is (255, 255, 255) and black is (0,0,0). Color Constants Java
PHP GD image negative Color
= imagecolorat($image, $x, $y); $rgb = imagecolorsforindex($index); $color... 'Negative color conversion failed.'; } ?> After running the program you... <?php function negate($image) { if(function_exists('imagefilter
image conversion tools
image conversion tools  how many tools are available in image conversion at particularlly in java
Convert Black & White Image to Color Image
Convert Black & White Image to Color Image  ... without any doubt.  We are going to design  color photo from black... selected in the image below.  Color Setting: Now you have a selected
Get image color
Get image color  How to get image color in iPhone SDK application
which values we have to use for compressing any color image
which values we have to use for compressing any color image  Sir........... in the process of compressing of any color image, which values do use as input for comprseeing algorithm. and how to get the image matrix from color
changing selection color of <button>
changing selection color of   dear all, i have loaded image in border less button tag when button is selected with tab key i get brown color rectangle around image. how do i change color of that rectangle from brown to white
image processing - Java3D
, One way to convert a color image to gray scale, is to change the color...(bufferedImage, null); The easiest way to convert a color image to a gray scale image is to simply draw the color image to a gray scale BufferedImage
How to retrieve image from database
How to retrieve image from database  hi........ How to retrieve image from database when it is stored. I have stored image in postgresql and want... but it retrieves as a string and not complete image can u tel me the conversion
UITableView Background Color
]; The above line will change the default background color into gray color. You can also set the gradient to it. In this example we are simply changing the color...UITableView Background Color To change the background color of UITableView
Photoshop eye color brown to blue
;    How to change the eye color from brown to blue If you want... will help you to design as you want to give color to eye. Let's start Open an image... this. Change color: Go to Image menu > Adjustment > Color Balance and make setting
Data Conversion from int to another type
Data conversion is the conversion of data from one type to another type. In this section we will learn about data conversion from int primitive type to another data type like String, boolean and char etc
Data Conversion from String to another type
Data conversion is the conversion of data from one type to another type. In this section we will learn about data conversion from String primitive type to another data type like int, boolean and char etc
Data Conversion from short to another type
Data conversion is the conversion of data from one type to another type. In this section we will learn about data conversion from short primitive type to another data type like String, boolean and char etc
Data Conversion from byte to another type
Data conversion is the conversion of data from one type to another type. In this section we will learn about data conversion from byte primitive type to another data type like String, boolean and char etc
Data Conversion from float to another type
Data conversion is the conversion of data from one type to another type. In this section we will learn about data conversion from float primitive type to another data type like String, boolean and char etc
Data Conversion from double to another type
Data conversion is the conversion of data from one type to another type. In this section we will learn about data conversion from double primitive type to another data type like String, boolean and char etc
Data Conversion from long to another type
Data conversion is the conversion of data from one type to another type. In this section we will learn about data conversion from long primitive type to another data type like String, boolean and char etc
Storing the Color Image pixel values into 2d array
Storing the Color Image pixel values into 2d array  i want to store the color image pixel values into 2d array and agiain the array have to store into a text file using java... plz provide the code
String conversion
String conversion  I want to convert a string of mix cases(lower and upper case) to vice versa. ex. HellO should be printed to hELLo. the string comes from user using datainputstream. Also sending individual chars of string
How to change the color of a base64-encoded png image JQuery?
How to change the color of a base64-encoded png image JQuery?  I am going to change the colors of the pixels of a png image(which is in base64 format.... the original image is shown, but the color does not change. Do you know why
onfly conversion of jsp to pdf (urgent) - Development process
onfly conversion of jsp to pdf (urgent)  Hi, i m facing problem... (in PDF form) on a button click event all the text in jsp is dynamic comes from session and also from DataBase. i m using struts1.1 servlet, jsp. please suggest
How to make an image full text.
How to make an image full text.       Feel relief from color text, it's not tuff to design an image full text because this tutorial has made it easy. It will provide another
image displaying from database with some other information
image displaying from database with some other information  hi, in the following section of code when i am not displaying the image it is working...=con.prepareStatement("select img,aname,aemail from image inner join admin
object conversion - Java Beginners
object conversion   Hi, Can anybody tell me the object conversion... query, otherwise u may got help from here, http://www.roseindia.net/java/java-conversion/ObjectToDouble.shtml Thanks... sandeep kumar suman
how to create menubar and the below background color/image in java swing
how to create menubar and the below background color/image in java swing  how to create menubar and the below background color/image in java swing
Conversion - Development process
Conversion  Why is there a need to convert from Java to .NET? What is the theory of conversion from java to .NET? How it is done?   Hi... Conversion Assistant (JLCA). Code that calls Java APIs can convert to comparable C# code
language conversion from english to arabic in a struts project
language conversion from english to arabic in a struts project  how to convert struts project to arabic language from english language without using... also into english language from arabic language   Please visit
Type Conversion - Java Beginners
Type Conversion   Hai, rajanikanth, Please explain how to convert from integer value to a string value .In a database operation i want to convert... for conversion
conversion from decimal to hexadecimal and vice versa
conversion from decimal to hexadecimal and vice versa  can i get the code for converting decimal to hexadecimal   Here is a code that converts decimal to hexadecimal. import java.io.*; public class
Mysql Time Zone Conversion
Mysql Time Zone Conversion       The Tutorial illustrate you an example from 'Mysql Time Zone Conversion' that describes you about the time zone conversion. SYNTAX:-CONVERT_TZ
Here is a set of 18 different shades of FireBrick color rangeing from lighter FireBrick color to darker FireBrick color.
color rangeing from lighter FireBrick color to darker FireBrick color... .menuText1 { font:10pt bold Arial, Helvetica, sans-serif; color... bold Arial, Helvetica, sans-serif; color:#000000; text-align:left; padding
Distance conversion - Java Beginners
Distance conversion  Write an application that reads a distance in metres. The program will then present a user menu of conversion types, converting...() for the user selection. ? Write a method to read a distance in metres from
Insert Image in DB through Servlet - JSP-Servlet
(); System.out.println("Successfully display image from database ....."); ResultSet rs=stmt.executeQuery("select * from Image where image='image'"); if (rs.next()) { Blob...Insert Image in DB through Servlet  Dear Sir, My previous Query
Insert Image In DB through Servlet - JSP-Servlet
()); pstmt.executeUpdate(); System.out.println("Successfully display image from database ....."); ResultSet rs=stmt.executeQuery("select * from Image where...Insert Image In DB through Servlet  Dear Sir, My previous Query
getting coords from an image.
getting coords from an image.  how to get coordinates dynamically(in run time) from an image?? pls help me
uitableviewcell selected color
uitableviewcell selected color  HI, How to add uitableviewcell selected color? Thanks   Hi, Here is the code: UIView *viewSelected... UITableViewCell background image also. Thanks
PHP GD Replace Color
= imagecreatefromJPEG($image); $color = imagecolorallocate($im,hexdec(substr($hex,0,2... <?php $image = "images.jpg"; $data = getimagesize($image...,$cloneH, $oldhex) ) imagesetpixel($im, $x, $cloneH, $color); } }  
How to design a changing color of the chameleon, changing color of the chameleon, color of the chameleon
as given below. Color Balance: Take a new layer, press Ctr + B or go to Image... How to design a changing color of the chameleon  ... the color, you can see now by this example. Let's see how the chameleon
Fetching image from database
Fetching image from database  I have uploaded image path and image name in database so, now how can i display that image using JSP or HTML page(is it possible to display using tag using concatination). image path i have stored
Alignment of Image in HTML
from which image is to be taken. <align> : The <align> is used... size="3" color="red"/> <p>This image is aligned <img src... Alignment of Image in HTML   
Document Conversion - WebSevices
Document Conversion  I have a full scanned book pages in which I have to make some changes for my new publication. From where I can do this?  Click http://www.onlinedocumentconversion.com/ upload, convert to rtf
Tetris Color - Swing AWT
Tetris Color  I have created Tetris game in Swing but I want to delete row when 6 blocks of same colors so how can i retrieve color from different classes an t how to check condition
error in uploading image from jsp to oracle 10g database
error in uploading image from jsp to oracle 10g database  java.sql.SQLException: ORA-01460: unimplemented or unreasonable conversion requested when i try to insert into the image into the database i got the above error

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.