473,405 Members | 2,415 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,405 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 4771
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...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
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...

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.