SQLite BLOB

how can I save an image in a database?

Text is blob sized, you could store a base64 encoded version.

Put the image in a file and put the meta data in the database.