- This topic has 1 reply, 2 voices, and was last updated 17 years, 8 months ago by .
Viewing 1 reply thread
Viewing 1 reply thread
- The forum ‘C Programming’ is closed to new topics and replies.
Home › Forums › C Programming › Image Processing in C
Hi i am learning C and my course work involves processing a grayscale image..i understand i have to convert i nto an array and manipulate the array..but have no clue how to covert an image into an array of constant chars or anythin else..its a JPEG file..please help
hello khan its nice to hear from u about dip i’m presently working in dip i started it 6 months back now i can convert rgb image into gray sacle and even find edges of gray scale images. Comming to ur pt its true that u have to convert the image into an arry but before that you should know the file format of the image the image contain 4 parts header,image info, palette and pixel u should know about this