473,320 Members | 1,854 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

need help for open an image

Hi,

I want to load one bitmap file with out using handler functions or
win32 applications in C++(not in MFC).

I have one more doubt that is it possible to draw lines or any thing
using OPENGL on bitmap file.(this bitmap file is loaded using windows
handler functions).

Hope will give reply.
Regards,
swetha.
Feb 28 '08 #1
3 1414
swetha wrote:
Hi,

I want to load one bitmap file with out using handler functions or
win32 applications in C++(not in MFC).
Without using prepackaged functions? You mean roll your own facilities
to read in the file and manipulate the pixmap? There's not much we can
do for you here; you'd have to go read up on pixmap file formats, etc.
I have one more doubt that is it possible to draw lines or any thing
using OPENGL on bitmap file.(this bitmap file is loaded using windows
handler functions).
It's pretty much meaningless to talk about using OpenGL on a bitmap
file. Typically, you describe what should be drawn using OpenGL, and
have it render as a pixmap to a memory buffer; then you would convert
that memory buffer into the file format you want it to be in, and write
it out.

If you're not willing existing "handler functions" to do this, you have
to do it yourself. That requires a lot of understanding of the relevant
file formats, and a bit about how raster graphics work, which in turn
will probably involve a lot of reading.

You won't get that knowledge from a programming forum, I'm afraid.

--
Best of luck,
Micah J. Cowan
Programmer, musician, typesetting enthusiast, gamer...
http://micah.cowan.name/
Feb 28 '08 #2
I did n't understand proeprly what you are telling regarding drawing
opengl symbologies on bitmap image.

If you don't mind can you tell weather is it possible or not.If
possible means how to achieve this one.

Hope will give reply.
Regards,
swetha.
Mar 3 '08 #3
swetha wrote:
I did n't understand proeprly what you are telling regarding drawing
opengl symbologies on bitmap image.

If you don't mind can you tell weather is it possible or not.If
possible means how to achieve this one.
Dear swetha, neither 'opengl' nor 'bitmap' are topical here, and
without quoting what you're replying to, your message does not
make much sense either. Please consider posting to a newsgroup
relevant to your inquiry.

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
Mar 3 '08 #4

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

Similar topics

2
by: Derek Fountain | last post by:
I've just started looking at the PIL module. There doesn't seem to be a close method. Is that right? I just open the image file, and never need to close it?
3
by: Steve | last post by:
Hi, I have a nice little script that works well displaying images on my website. It's a script where if you clik a thumbnail image a pop up window opens that contains a larger version of the same...
2
by: MM | last post by:
I am using the following code to display an image in a seperate window. <form> <input type=button onClick='window.open("image1.jpg","","width=260,height=260,resizable=0,border=0")' value=Shhow...
6
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...
3
by: JGBNS via DotNetMonster.com | last post by:
Hi, I am new to this forumand I apologize as i am not a .net programmer but we have a program being developed by a .net programmer. Nowwe have run into an ftp snag and I think it is part ftp and...
8
by: Tim Geiges | last post by:
Since I am being challenged with learning c# I figured I could pass some of the pain on to you guys :-) I have another question(this one is important for me to fix before I can get my app to Beta)...
3
by: B Maxey | last post by:
I am storing images in a database and need a way to browse those files. I can load the files into an image list or whatever the control needs, but I need a control. It doesn't seem that any of...
2
by: Aleksandar Cikota | last post by:
Hi all, I have a problem with openning of an image. Here is the Code: from Tkinter import * from PIL import Image, ImageTk from win32com.client import gencache import tkMessageBox
1
by: jana | last post by:
Hello all, I am unable to open a map image on Mapquest.com. From the "Directions" button, When I enter the From and To address informations, I click on "Get Directions", the steps appears but...
0
by: Dale | last post by:
Access 2000 I have a check scanner from Magtek, (MicrImage) This is like a "point of sale" check scanner/credit card reader. Magtek furnished 2 ocx's (MTMicrImage.ocx & SaxComm8.ocx). They also...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.