Strange... Glancing at my code, it looks as if I handle a missing extension like any other. When I run my 4.0.9-ish version, ImageMagick reports back that it can handle a null extension (magick_info isn't null) so dx proceeds. DX writes its intermediate dot-miff, Image Magick reads that and writes a predictable default-- a miff-format file with Image Magic's default (and different) compression-- with the dot-terminated filename dx has given it. Then DX erases its intermediate dot-miff. Except for the dot termination (which I should fix) this is ostensibly what the user has asked dx for.
I've repeated this successfully in a recently updated build tree. The zero-length file and coredump reported is still quite possibly a nasty bug, but I need more to go on. Is DX behaving otherwise? Is the filesystem full? Regards, Pete Peter Daniel Kirchner wrote: > > I would have thought I would have handled this missing-required-extension > situation more appropriately, apologies.
