image « Format « C Q&A

Home
C Q&A
1.assembly
2.buffer
3.Card
4.Cast
5.compile
6.console
7.const
8.constructor
9.database
10.Date
11.Debug
12.Design
13.Development
14.DLL
15.encrypt
16.enum
17.eof
18.Event
19.fork
20.Format
21.gcc
22.gdb
23.graph
24.graphics
25.gui
26.Holiday Event
27.image
28.IP
29.iterator
30.macro
31.makefile
32.malloc
33.Menu
34.mysql
35.network
36.openssl
37.operator
38.password
39.pipe
40.preprocessor
41.printf
42.pthread
43.Regular expression
44.scanf
45.semaphore
46.SerialPort
47.server
48.Socket
49.sql
50.SQLserver
51.sscanf
52.std
53.stdin
54.stdout
55.stl
56.strcmp
57.stream
58.switch
59.Template
60.thread
61.timer
62.unix
63.video
64.Virtual
65.visualstudio
66.winapi
67.windows
68.xml
C Q&A » Format » image 

1. Load image in CMYK format to DIB    bytes.com

Hi All, Is there any method to load DIB with CMYK image format. I am using the following method to store image pixel to DIB. In this case raster image in the RGBA format is used. We cannot store CMYK pixel. Is there any method for actual CMYK pixel images than this given below??? BITMAPINFOHEADER bi =(BITMAPINFOHEADER*)malloc(sizeof(BITMAPINFOHEADER )+256*sizeof(RGBQUAD)); /*BitsPerSample == 8 ...

2. Processing Images: Need good library for various image formats    bytes.com

Hi! I'd like to manipulate Images of various types (PNG, JPEG, GIF, BMP, maybe more) with a C++ program. Now I've found the Cimg library, but before diving deeper into that lib, I'd like to have some suggestions on other librarys for image processing. Those libs, don't need to be elaborate or something, resizing and cutting the image into smaler parts ...

3. Reading text in an Image format    cboard.cprogramming.com

4. how to create thumb nails of an image in any format.need to develop code in c.    forums.devshed.com

Hi All.. i am new to this group. i have to develop a blue tooth profile for image transfer. i know the blue tooth part. but my problem is, i have to convert the images to thumbnail format.in some cases i have to convert the images to WBMP from bmp,gif,jpeg etc and vice versa(i may have to do all the possible ...

5. Image format conversion    forums.devshed.com

hi, I need to do write a C++ program which converts a image in one format to image in other format(say gif to jpeg).I want to know whether there are any such libraries which provide me such utilities so that i can write a simle code which takes a file in one format as input and outputs an image file in ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.