Quote:I've already added the necessary fields to database, get and set functions to class-image.php no problem with that.
If you mean you have both change the main images database table and the core image class I strongely suggest to rethink that way.
If you need extra methods for the image class you should use object orientation to extend the class with what you need extra.
As for the database table you should be using the plugin_storage table for that reason.
As for the ajax request you should not be needing to call the core class. You should use a plugin or theme functionality for that. A custom theme page also would work.