Image -> bytes -> Base64 > longtext (or medium). I prefer this because it's easy to handle and you can add encryption, etc. very easy. You will need that "something2bytes" conversation very often like if you want to store an imagebto a file. Search for "bytes to file" for an example.