[Geeqie-devel] xmp sidecard filename

2014-05-30 Thread Martin
And I think geeqie ist searching for foobar.xmp instead. Can I configure geeqie to use the .nef.xmp instead? Thanks, Martin -- Time is money. Stop wasting it! Get your web API in 5 minutes. www.restlet.com/download

Re: [Geeqie-devel] Off-topic question

2008-08-15 Thread Martin Stolle
cale Image" and select "Cubic" as the interpolation algorithm. Martin On Thu, Aug 14, 2008 at 08:01:58PM +0100, Jose Rodriguez wrote: > (Posted from the wrong address before...it happens to me 100% of > the times I join a new mailing list) > > Hi, I discovered geeqie w

Re: [Geeqie-devel] rotate and save the rotated image (via simple?shortcuts)

2008-10-23 Thread Martin Stolle
from full screen. If you want to avoid quitting full screen, add "%w" as the first two letters in the edit command (this is explained in the "Help" of the Editors-preferences pane). Martin > > > ---

Re: [Geeqie-devel] rotate and save the rotated image (via simple shortcuts)

2008-10-24 Thread Martin Stolle
adding _tmp to the end of the temporary file doesn't work, as imagemagick tries to deduce the file format from the extension and doesn't know what to do with it). Martin - This SF.Net email is sponsored by the Mobli

Re: [Geeqie-devel] rotate and save the rotated image (via simple shortcuts)

2008-10-24 Thread Martin Stolle
On Fri, Oct 24, 2008 at 06:37:14PM +0200, Sébastien Barthélemy wrote: > Le vendredi 24 octobre 2008 à 07:52 -0400, Martin Stolle a écrit : > > %wif convert -rotate 90 %p .tmp_%p; then mv .tmp_%p %p; else rm .tmp_%p;fi > > why not using this: > > %wif mogrify -rotate 90 %p

Re: [Geeqie-devel] Shortkey to open editor does not work

2009-01-17 Thread Martin Stolle
Yes, please. I also much prefer the older one-touch solution. Usually, I don't even have my hands on the mouse when going through pictures... Martin 2009/1/17 Michael Schwendt : > On Sat, 17 Jan 2009 17:36:46 +0100, Lars wrote: > >> > One solution is Alt+E to open the Edit m

Re: [Geeqie-devel] Image orientation

2009-02-04 Thread Martin Stolle
g" should not be in "edit", it should be under "view". Martin -- Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use ex

Re: [Geeqie-devel] Image orientation

2009-02-04 Thread Martin Stolle
2009/2/4 Christopher Beland : > On Wed, 2009-02-04 at 12:07 +0100, Martin Stolle wrote: >> Why is this a nightmare? This is standard fare for pictures coming >> off the camera. And viewers that disregard the orientation bit should >> be shunned... > > Because use

Re: [Geeqie-devel] Image orientation

2009-02-04 Thread Martin Stolle
ms" shortcut to be able to modify the Exif tag. I never hard-rotate any images. I assume all display tools read the exif tag and rotate post-loading. Martin -- Create and Deploy Rich Internet Apps outside the brows

[Geeqie-devel] Compiling geeqie on Mac

2009-07-25 Thread Martin Proetzsch
ond one I don't understand: MAP_ANONYMOUS was not declared (where can it be found?). Now geeqie works for me. What do you think about these patches? geeqie_on_mac.diff Description: Binar

Re: [Geeqie-devel] Compiling geeqie on Mac

2009-07-26 Thread Martin Proetzsch
so works for the other operating systems, someone could apply the patch to svn (together with my patch of the exiv2.cc concerning the explicit cast). Thanks a lot. I'll frequently check for changes and tell you about new

Re: [Geeqie-devel] Compiling geeqie on Mac

2009-07-29 Thread Martin Proetzsch
ied this out and geeqie does not crash. It frequently tries to update the image and gets partial results as expected. Martin -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify

Re: [Geeqie-devel] Compiling geeqie on Mac

2009-07-29 Thread Martin Proetzsch
lation was kind of screwed up. Although fink showed me an installed version 0.18, some files still remained from a previous 0.12 installation. After having fixed this, geeqie compiles using only the patch by Laurent. So, from my point of view it is ready for checkin. Regar

[Geeqie-devel] Keyboard shortcuts for editors

2009-08-24 Thread Martin Proetzsch
Hi, while working with geeqie and transferring the custom editors from gqview, I couldn't find a way to assign keyboard shortcuts to them (the documentation of this part still refers to gqview with Ctrl+0...9). Is that possible? Bye, M

Re: [Geeqie-devel] Keyboard shortcuts for editors

2009-08-25 Thread Martin Proetzsch
again, Martin On Aug 25, 2009, at 10:10 AM, Vladimir Nadvornik wrote: > On po 24. srpna 2009, Martin Proetzsch wrote: >> Hi, >> >> while working with geeqie and transferring the custom editors from >> gqview, >> I couldn't find a way to assign keyboar

Re: [Geeqie-devel] Keyboard shortcuts for editors

2009-08-26 Thread Martin Proetzsch
On Aug 26, 2009, at 12:24 AM, Vladimir Nadvornik wrote: > The desktop files with empty Comment field were ignored. Fixed in > rev. 1824. > Thanks for report. Thanks for the quick fix! This accelerates the workflow a lot

[Geeqie-devel] Zoom quality "hyper" + tif != {jpg or png}

2011-03-19 Thread Martin Stolle
s quite subtle, it can be very distracting when doing color critical work 8-(. Martin References: (1) http://www.4p8.com/eric.brasseur/gamma.html -- Colocation vs. Managed Hosting A question and answer guide to determining the

[Geeqie-devel] SVGZ support

2012-06-20 Thread martin großhauser
ibute with patches, but maybe I could help otherwise ... Kind regards, Martin -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed

[Geeqie-devel] [PATCH 1/1] Properly open and work with large TIFF files.

2016-06-19 Thread Martin Pelikán
Any file between 2^31 and 2^32 bytes shouldn't have its size displayed as a negative number. Viewing more than 32768 pixels in each dimension is only a matter of using 64bit arithmetic when calculating allocation sizes and pointers into that memory. Multiplying is always suspicious. While there, m

[Geeqie-devel] [PATCH 1/1] Open BigTIFF (64-bit) files using the custom TIFF loader.

2016-12-03 Thread Martin Pelikán
In the worst case, old libtiff versions will return a different error. See http://www.awaresystems.be/imaging/tiff/bigtiff.html for more info. --- src/image-load.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/image-load.c b/src/image-load.c index 0a4cda6d..bafc16c5 100644 --- a/src/im