Quantcast
Channel: MobileRead Forums - Kindle Developer's Corner
Viewing all articles
Browse latest Browse all 4403

ImageMagick for 2.5.8 DXG anyone?

$
0
0
Hello,

Does anybody have ImageMagick binary for 2.5.8 DXG? :blink:

My goal is to do e.g a (primitive) countdown clock on my jailbreaked DXG.
Best case scenario would be to do it in javascript and Web Launcher, but WL does not seem to be supported for this old device.

Plan B is to combine together 2 or more .png images with a script, and use EIPS for viewing them.

In order to merge 2 .png files on the device i have so far tried:

- python (failed to install PIL or Pillow modules for image manipulaiton, maybe its possible to compile python modules somehow since pip install is not exactly supported?)
- java (could not get awt.Paint to work fully)
-ImageMagick, tried to use a compiled binary from a buildroot version i found on the web, but i am getting 'illegal instruction' when running it..so it was compled wrongly somehow i think.

Ps i dont need a gui, just something to combine images from command line

Viewing all articles
Browse latest Browse all 4403

Trending Articles