How to manage the images for my Desktop Application
Posted
by
NonExistent
on Programmers
See other posts from Programmers
or by NonExistent
Published on 2014-08-22T05:08:13Z
Indexed on
2014/08/22
10:27 UTC
Read the original article
Hit count: 190
What's the better way to manage the image files of my app? i've been thinking about the way that i do right now (save the image as a BLOB IN db), and i ask myself if would be better to manage the image as text in my DB, i mean, convert the image to hex(length of 500), then save in the db as text, and when calling it convert it from hex to image, or something like that, but what do you consider as an Experienced Progammer that is the better way?
Maybe the question is too broad, but i need to know that, and nobody answers me anywhere...
© Programmers or respective owner