Code: Select all
$ convert foo.jpg bar.j2c
I also can't create a fresh j2c image using ImageMagick. For instance, the following command fails:
Code: Select all
$ convert -size 256x256 xc:white canvas_white.j2c
convert: no encode delegate for this image format `canvas_white.j2c'.
Code: Select all
$ convert -white-threshold 0 foo.j2c bar.j2c
The fact that ImageMagick can write out a white j2c file in one case, but not the other must be a bug.
My specs:
ImageMagick 6.3.7
Ubuntu 8.04
(Also busted on custom build of ImageMagick 6.4.4)