protecting images in a standalone

Trevor DeVore lists at mangomultimedia.com
Fri Mar 18 19:57:18 EST 2005


On Mar 18, 2005, at 4:47 PM, docmann wrote:

> Hello folks,
> Maybe someone out there can point me in the right direction...
> I'm finally getting started with my standalone DB app and need some
> ideas on how to go about protecting a *bunch* of jpg images that are
> used in the database. My preference is to continue hosting them on a
> remote server for use as needed, but the new consensus is that I need
> to built a fully standalone app. :(
>
> I've thought about just dumping them into a folder using an odd file
> naming convention along with an extention other than jpg, which would
> deter most average folks from pilfering.
>
> On the other hand, although there is no great value to anyone other
> than a few potential competitors, this will be a commercial app and
> the images are of a certain proprietary nature.
>
> Any ideas or suggestions for a better protection scheme that could be
> incorporated into a REV app?

Is this a revolution application that is connected to a Database?  If 
so couldn't you just store the binary data of the jpg images in the 
database and then retrieve the image data as needed and assign the data 
to an image object in Revolution?



-- 
Trevor DeVore
Blue Mango Multimedia
trevor at mangomultimedia.com



More information about the use-livecode mailing list