472,988 Members | 2,599 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

bmp->pgm

hello everyone,
i need help. which algorithm can i use to convert bmp files into pgm
files? does anybody know one?

felix
Feb 9 '06 #1
3 4736
Felix wrote:
i need help. which algorithm can i use to convert bmp files into pgm
files? does anybody know one?


Not in this newsgroup. Try comp.graphics.algorithms or just google for
both formats and/or conversion. BTW, there are libraries for that, last
time I heard...

V
--
Please remove capital As from my address when replying by mail
Feb 9 '06 #2
Felix wrote:
hello everyone,
i need help. which algorithm can i use to convert bmp files into pgm
files? does anybody know one?


Specific algorithms are beyond the scope of thew newsgroup, which deals
with C++ *language*. You'll want to ask this question in a group
related to image processing or algorithms. See this FAQ for what is
on-topic here and for some suggestions of other places to post:

http://www.parashift.com/c++-faq-lit...t.html#faq-5.9

Cheers! --M

Feb 9 '06 #3
Felix wrote:
hello everyone,
i need help. which algorithm can i use to convert bmp files into pgm
files? does anybody know one?

felix


#include <cstdio>

int main()
{
std::rename("bmp",pgm");
}
Feb 9 '06 #4

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

Similar topics

7
by: JavaScriptRocks | last post by:
I've been trying to imitate / reverse engineer the add attachment feature in gmail composer. I managed to do it to say about 80% but its giving me trouble in IE on WinXP-Sp2. I am using PHP to do...
0
by: info | last post by:
For fingerprint images WSQ (Wavelet Scalar Quantization) is superior to other lossy compression methods, such as JPEG, and was chosen by FBI (U.S. Federal Bureau of Investigation) as the...
2
by: pallavi27 | last post by:
hii all, i would like to know the way in which an array of numbers is stored in a file. what is the format in which they are stored.if it is a bmp file then how do the numbers get stored in the...
9
by: tanyali | last post by:
How to set up the environment variable DISPLAY in Linux : 1- Redhat 2- SuSe I used : export DISPLAY=donner:0.0 donner is the domain name. it said : you must specify the...
1
by: Kesavan | last post by:
I install apache2 in /usr/local/apache2 and install php5 by ./configure --with-apxs2=/usr/local/apache2/bin/ apxs PHP is successfully installed in my system. But now my .php files inside...
2
by: Adam Teale | last post by:
hey guys Is there a builtin/standard install method in python for retrieving or finding out an image's dimensions? A quick google found me this:...
4
by: TommyC | last post by:
Hi all, Kindly need your attention here. Let say, n = 0; // number of corner points detected if (......) { corner_list.x = j; //x coordinate corner_list.y = i; //y coordinate n++;
0
by: fatality123 | last post by:
hi all I am new to both python and image processing. My task is to use python and tk to create a tool which can convert between the difft RGb color spaces like 565,888,444 etc and difft YCbCr color...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...
3
SueHopson
by: SueHopson | last post by:
Hi All, I'm trying to create a single code (run off a button that calls the Private Sub) for our parts list report that will allow the user to filter by either/both PartVendor and PartType. On...

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.