On Wed, Nov 23, 2005 at 11:22:12AM +0900, Carsten Haitzler wrote:
> On Tue, 22 Nov 2005 16:07:28 +0000 Andrew Williams <[EMAIL PROTECTED]>
> babbled:
> 
> > OK, so I wrote before a nice app for showing images one after the other
> > and allowing you to caption them. After I spoke to Atmos about this
> > topic we thought merging it to entice was a good idea, which I think is
> > still the case.
> > 
> > What has changed is that I have been offered a small bounty to actually
> > implement this at last, so I think I better!
> > 
> > 2 questions arise:
> > 1) How should the backend be stored? There is an old format that will
> > need to be supported, but I figure a wrapper script would be fine
> > (though this perhaps implies input from stdin as well as a file based
> > backend). I figured that an eet might be a winner, but I thought I would
> > get input.
> 
> eet would be handy. in fact - if you simply store it as key/string u can use
> the eet command-line tool to pack/unpack as the data entry is simply text. eet
> has handled the delimiting/parsing for u. but that really depends how you want
> to look it up. is this more like for a photo gallery - you can caption an 
> image
> on your fs permenantly? will thew imags stay where it is with its current 
> path?
> will it move? might you perhaps find it better to add comment fields to the
> image file itself? (if the format supports it. jpeg and png do). maybe all you
> need is a plaintext file called .imagefilename.jpg.comment that sits in the
> directory with the image? (the dot will mean its generally hidden) ?

I think now, having evaluated it more using the jpeg headers (and png,
etc - whatever supports such a thing) (starting with jpeg)...
so - I could clearly wrap rdjpegcom abd wrjpegcom, but as these are just
part of the jpeg library it would clearly be better to link to the
library and do the work myself. I guess this is not an added dep, as
imlib / edje require this already?

Are people amiable to this plan?

> 
> > 2) How best to write text over the image. A semi-transparent thing is
> > what I had before and it worked well, but the problem is it was
> > esmart-textarea, which I belive is not in action any more, any nice
> > editable-text replacement?
> 
> aaah editable text. yeah - it's pretty much out of action. do you only want 1
> line or multiple lines of text? that makes a big difference.
>

yes, multiline editing
 
> > Thanks all for input - you know you need to invest thought in how you
> > want to manage your photos from this point on ;)
> 
> aah so it is like a gallery/album comment thing. :)
> 

for captioning photos primarily

> > Andy
> > 
> -- 
> ------------- Codito, ergo sum - "I code, therefore I am" --------------
> The Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]
> 裸好多
> Tokyo, Japan (東京 日本)
> 

andy


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to