Find the answer to your Linux question:
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) ...
  1. #1
    Just 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

  2. #2
    Linux Engineer GNU-Fan's Avatar
    Join Date
    Mar 2008
    Posts
    935
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...