<div>Having just looked over the class factory for images in FPC, I found that ImageHandlersManager is missing a critical method to obtain a reader or write by the extension used.</div><div><br></div><div>Presently the getReader uses the TypeName and not the Extenstion.  I find this quite annoying.  Can someone please extend the manager to handle a GetReaderByExt(sExt) ?  Thanks!</div>
<div><br></div>I would be willing to do it myself but don't know if it would be accepted.