> As I said, it is not finished (the arms for example)
> If you want I can continue, or change the existing....
thanks!
Suggestions: instead of the frame on an angle, draw it straight. For
small sizes, only show the head. We had toyed with the idea of a
polaroid instead of a timber frame.
Now I think we already have a decent logo in the figure on a polaroid
design. I don't have permission from the author to share it yet, but I
just need to speak to him some more... Instead of replicating his work
exactly, I suggest you toy with slightly different ideas. I'm open to
anything that looks good and represents the program well. Pay
attention to colours.
> jBrout and phraymd are very similar :
> ...
> to finish it's a little bit pity to see 2 very similar software
> instead of 1 software with 2 developpers....
actually, jBrout seems to have several developers.
Before starting on phraymd I had considered developing for jBrout, but
to make that changes to jBrout that I wanted, I would have had to fork
the project anyway. I wanted to experiment with the UI, which jBrout
users would have resisted. I have also put a lot of work into (1)
using threads to keep the UI responsive and (2) automatically keeping
the program in synch with the file system; and (3) allowing users
shared access common pool of images (this was the most important
feature to me). To do that would mean a huge refactor of the jBrout
codebase. The fact the both programs share common languages, widget
frameworks and metadata libraries should allow for some code exchange
between the projects in the future.
> I think you're french as jbrout developper (and me)
not me, but I seem to be attracting a french speaking crowd :)
> both software have strange name ;-)
agree. suggestions welcome.
> > can you associate an image with a tag? (yes in phraymd)
>
> yes, but maybe I don't understand the question, it seems to be the
> objective of phraymd but also jbrout
Yes, I don't think you understood. Dragging a photo to the tag creates
an icon that is displayed next to the tag in the pane. Dragging from
tags to the pane does what you would expect (tagging the images).
> If you make something to import jbrout tag structur, it would be fair
> to make it reversive (ie export praymd to jbrout), because in the
> current state of the softwares, I will use both...
How about this: I'll write something that can convert the binary to
readable text and back.
> jbrout functionnalities that phraymd don't have
> refresh of picture is on demand
I'm not sure I understand. I am aware that the image displayed in the
viewer gets cached in memory and there's no easy way to refresh if the
underlying file changes. That's a bug...
> picture can be renamed when imported in jbrout (in option, I don't use
> it)
I'm working on an importer plugin for phraymd that will feature some
renaming capability. Should be ready in a week or so. Don't forget
that there are other programs that can do this: e.g.
http://www.damonlynch.net/rapid/
and they will work perfectly well with phraymd.
> use exif embeded thumbnail
this is a few dozen lines of code to implement. exiv2 extracts the
thumbnails easily enough.
> album/collection use directory structure
I don't know if this is a good thing. what if you want your photos to
appear in more than one album? As antistress has pointed out, having
both tags and directory views is redundant and risks confusing new
users. btw, you can always right click an image and "open with" in
nautilus
> Windows version exist
Not sure if or when that will happen for phraymd.
> Timeline browse
I have plans to do something similar. Right now, you can search on
date ranges using the search box... e.g. type date>=2009-1-1 to see
photos from this year.
Some search features are described here:
http://groups.google.com/group/phraymd/web/phraymd-development-update-1?hl=en
As we get closer to release, I'll be thinking about how to make search
features more usable.