bmp->pgm

F

Felix

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

felix
 
V

Victor Bazarov

Felix said:
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
 
M

mlimber

Felix said:
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-lite/how-to-post.html#faq-5.9

Cheers! --M
 
R

red floyd

Felix said:
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");
}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top