image transfer project

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
GJD_ENGINEERING

image transfer project

Post by GJD_ENGINEERING »

I am developing a system and am looking to use the ImageMagick software. It is an image transfer system that streams an image to a wireless device server where it is forwarded out the serial port and into a microprocessor.

Currently, I have a working C# user interface that streams an image file in Base64string format to the serial port of the device server. Will the ImageMagick software be a suitable way to convert the raw image data into a 24-bit bitmap for display ? Any help will be much appreciated ? Thanks.
Post Reply