473,506 Members | 17,393 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

image manupulation in c++

hello every one ,
can anyone please help me ,,actually i want to load an image in c++
i.e i want to get the digital signature(a file which contains the
pixel values of the image ) . i know that these features are not
provided ny stardard c++ library but can anyone please suggest some
third party sources ????

thats all what is required
all help is appreciated
mohan
Jun 27 '08 #1
4 1104
mohi wrote:
hello every one ,
can anyone please help me ,,actually i want to load an image in c++
i.e i want to get the digital signature(a file which contains the
pixel values of the image ) . i know that these features are not
provided ny stardard c++ library but can anyone please suggest some
third party sources ????
Have you tried google? Try with: c++ image library
Jun 27 '08 #2
On Apr 22, 2:58 pm, Juha Nieminen <nos...@thanks.invalidwrote:
mohi wrote:
hello every one ,
can anyone please help me ,,actually i want to load an image in c++
i.e i want to get the digital signature(a file which contains the
pixel values of the image ) . i know that these features are not
provided ny stardard c++ library but can anyone please suggest some
third party sources ????

Have you tried google? Try with: c++ image library
i tried a lot to google this but wassnt able to get satisfactory
result ,,,i m posting this message at this place tird time ,,i search
of a better answer ..
can anyone pls help
Jun 27 '08 #3
On Apr 22, 2:49 pm, mohi <mohangupt...@gmail.comwrote:
hello every one ,
can anyone please help me ,,actually i want to load an image in c++
i.e i want to get the digital signature(a file which contains the
pixel values of the image ) . i know that these features are not
provided ny stardard c++ library but can anyone please suggest some
third party sources ????

thats all what is required
all help is appreciated
mohan
If you are working on windows + Microsoft Visual Studio, Image
Apprentice could be a choice:
www.adislindia.com/pdts.html
Alternately: http://home.iitk.ac.in/~rksr/adisl.html

It has a Plugin Developer Network as well:
http://www.adislindia.com/login/pluginlinks.php

hope that helps,
Divya Rathore
Jun 27 '08 #4
On Apr 22, 5:49 am, mohi <mohangupt...@gmail.comwrote:
hello every one ,
can anyone please help me ,,actually i want to load an image in c++
i.e i want to get the digital signature(a file which contains the
pixel values of the image ) . i know that these features are not
provided ny stardard c++ library but can anyone please suggest some
third party sources ????

thats all what is required
all help is appreciated
mohan
Hi Mohan.
What you need is a vision library. You can use the OpenCV (i.e.:Open
Computer Vision Library) if you need to do serious works on image.
ref http://www.intel.com/technology/comp...encv/index.htm This
library have C++ API.
Jun 27 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
3330
by: Pierre Tremblay | last post by:
Hi! I am trying to display an image in my html document. The document contains the following line: <td class="Input"><img...
3
11737
by: dave | last post by:
Hello there, I am at my wit's end ! I have used the following script succesfully to upload an image to my web space. But what I really want to be able to do is to update an existing record in a...
2
4137
by: Tjerk | last post by:
Hello all, I have the script below to change an image depending on the date upto january it worked fine but then it just stopped working does anybody have an idea how I can make it work again or...
8
2595
by: Jef Driesen | last post by:
I'm implementing some image processing algorithms in C++. I created a class called 'image' (see declaration below), that will take care of the memory allocations and some basic (mathematical)...
6
3297
by: QuasiChameleon | last post by:
Hi, I'm trying to create a grayscale image class that reads and writes grayscale Targa format. This works well with smaller images, but corrupts larger images and creates a "Segmentation fault...
15
31771
by: Anand Ganesh | last post by:
HI All, I have an Image. I want to clip a portion of it and copy to another image. How to do this? I know the bounding rectangle to clip. Any suggestions please. Thanks for your time and...
7
11600
by: lgbjr | last post by:
Hello All, I¡¯m using a context menu associated with some pictureboxes to provide copy/paste functionality. Copying the image to the clipboard was easy. But pasting an image from the clipboard...
15
5302
by: David Lozzi | last post by:
Howdy, I have a function that uploads an image and that works great. I love ..Nets built in upload, so much easier than 3rd party uploaders! Now I am making a public function that will take the...
0
10706
Debadatta Mishra
by: Debadatta Mishra | last post by:
Introduction In this article I will provide you an approach to manipulate an image file. This article gives you an insight into some tricks in java so that you can conceal sensitive information...
0
7220
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7105
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
7023
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
1
5037
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4702
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3188
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1534
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
757
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
410
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.