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?".
I treid to write an image to a file with extension in name "filename.jpe" and caught an exception about encoder was not found.
Is it a bug or I am doing something wrong?
I think you need to rename the file to .jpg and see if this helps. Most likely it's a jpeg file, and these are usually expected to have the .jpg extension.