Re: [Geeqie-devel] Geeqie++ fever dreams

2016-12-29 Thread Colin Clark
On 30/12/16 00:02, Alexander Antimonov wrote:
>
> I take "jpeg comment" issues: #381, #286.
>
In the Help files - in sections Overlay Screen Display and Lua 
Extensions - one of the examples explains how to get the jpeg comments 
into the Overlay Screen Display using a Lua script.

Of course you will have to install Lua and do a bit of copy-paste 
programming, but I don't think you will have difficulty getting it to work.

If it becomes clear there is a large number of users who need this, it 
might be better to give jpeg comments their own tag in the Overlay 
Screen Display.

However, if you want jpeg comments as an element in the sidebar, that's 
a another problem...

--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Geeqie++ fever dreams

2016-12-29 Thread Alexander Antimonov
On Wed, Dec 28, 2016 at 12:27 AM, Alexander Antimonov
 wrote:
> On Tue, Dec 27, 2016 at 7:16 PM, Omari Stephens  wrote:
>> On 12/26/2016 10:37 PM, Alexander Antimonov wrote:
>>> Is there any plan, enhancement list, users' whishlist?
>>
>> There is a bug list, which does have some feature requests as well:
>> https://github.com/BestImageViewer/geeqie/issues
> Let's see.
I take "jpeg comment" issues: #381, #286.

--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Geeqie++ fever dreams (+Win32)

2016-12-29 Thread Alexander Antimonov
On Thu, Dec 29, 2016 at 4:10 AM, Josef Kufner  wrote:
> ...
> I think there is a better way, but it would be a bit more  complicated
> to implement. I wonder if it is a bit too complex for a simple
> use-cases. It is called "block programming". It is quite an old idea:
> ...
> https://josef.kufner.cz/publications/2014.kufner.cascade.pdf
Sounds familiar. I had been using similar method for video processing.
That was DirecShow technology and it was vulnerable to so called
"codec hell". So we (the team I worked with) had to build filter graph
"by hands" explicitly by unique IDs of codecs. For Unix there is
GStreamer. I'm not sure if it's possible to use it for static images,
maybe wrapped as a video key frame?

--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] New project: filters and grouping in Pan View

2016-12-29 Thread Omari Stephens
For anyone who's curious to play around with it, this is now working. 
It has all of the features described, although the interface ended up 
going in a different direction than I had originally planned.

https://github.com/xsdg/geeqie/tree/kw-multifilter

It'll be a little bit before this gets merged into master, due to some 
unrelated issues with a parent commit that I had written.

Anyway, give it a shot.  Let me know how it could improve.  I know that 
I need to add documentation somewhere (where?), but I'm curious to know 
whether the UI is intuitive at all.

--xsdg

On 12/22/2016 11:39 PM, Omari Stephens wrote:
>
>
> Le 22 décembre 2016 13:57:35 GMT-08:00, Klaus Ethgen  
> a écrit :
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA512
>>
>> Welcome back, Omari :-)
>>
>> Am Do den 22. Dez 2016 um 20:51 schrieb Omari Stephens:
>> [Grouping in Pan view]
>>
>> Sounds promising.
>>
>> How do you plan to implement the SQL-Part? I am not sure, if it is a
>> good idea to depend on full postgresql or other full DB system. Maybe
>> sqlite...
>>
>> On the other hand, I know perl SQL::Statement. But I do not know if
>> that
>> is available as a library.
>
> Oh, the SQL was just a convenient way to explain the two behaviors I had in 
> mind.  For the actual implementations, I would code them by hand.  There are 
> a couple straightforward ways to do the filter behavior.  The grouping would 
> be a little trickier, but probably not much.
>
> Most of the real work would probably come afterward — taking the basic 
> implementations and making sure that they're fast enough and don't consume 
> too much memory.
>
> --xsdg
>
> --
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today.http://sdm.link/intel
> ___
> Geeqie-devel mailing list
> Geeqie-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geeqie-devel
>

--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel