Results 1 to 2 of 2
Hi there,
I have this embedded Debian Linux box.
I am looking for a reliable and fast command-line program that can accept two parameters :
(1) A BMP image
(2) ...
- 05-21-2009 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 5
Is there a reliable BitMap ( BMP ) program out there for embedded Linux?
Hi there,
I have this embedded Debian Linux box.
I am looking for a reliable and fast command-line program that can accept two parameters :
(1) A BMP image
(2) A smaller BMP image
(3) Coordinates of where on (1) to place (2)
and then superimpose (2) on top of (1) given the coordinates
The output will be another BMP image ( not PNG ).
I was wondering if there is a command-line tool that can run very fast on an embedded Linux system ( x86 ) ?
An open-source code ( C, Perl, etc) will be even better
Thanks!
Cad
- 05-21-2009 #2
BMP is not a very sophisticated format, especially if you exclude the indexed colored RLE modes. So you may want to write your own small tool for this.
But if there is enough space I would go straight for ImageMagick.Debian GNU/Linux -- You know you want it.


Reply With Quote