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

2011-03-19 Thread Martin Stolle
Hi, I have found something very strange. I was using gqview to verify that I had successfully created an ImageMagick resize pipeline that properly took into account the gamma of the images (1). Certain pipelines that should have yielded idential results didn't end up yielding identical results.

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
2009/2/4 Christopher Beland : > How reliable is it that other applications will correctly interpret the > metadata and orient the image properly? I think the nightmare would be > if people thought their images were rotated permanently on disk, but > then they got different orientations depending o

Re: [Geeqie-devel] Image orientation

2009-02-04 Thread Martin Stolle
2009/2/4 Vladimir Nadvornik : > Hi, > > I'd like to hear your opinion on image orientation handling. There are 2 > possibilities: > > 1. edit/Adjust functions which rotate the image only on the screen + > external programs (exiftran) that rotate the image file permanently > - that is how it wor

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 menu, then 0 to 9 for

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] rotate and save the rotated image (via simple shortcuts)

2008-10-24 Thread Martin Stolle
On Fri, Oct 24, 2008 at 10:36:32AM +, Werner wrote: > Thanks for that hint > > I changed now %vif to %wif and get no more annoying message-window and it > works > in fullscreen-mode too. (Since I don't know what the i in wif means.) > > I've got the command > %wif jpegtran -rotate 90 -cop

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

2008-10-23 Thread Martin Stolle
On Thu, Oct 23, 2008 at 07:52:42PM +, Werner wrote: > > > Editors shortcut keys are Alt+E+[0-9] > > And unfortunately this seems to not work in fullscreen mode - does it somehow? At least for me, +1 through +9 also active the "editor" commands, and it also works from full screen. If you want

Re: [Geeqie-devel] Off-topic question

2008-08-15 Thread Martin Stolle
(first one didn't make it to the list) If you use "convert -geometry" from ImageMagick, by default it will use a high-quality rescaling algorithm (unless you do -resample). If you need interactive use, gimp has highquality algorithms. Just go to "Image" -> "Scale Image" and select "Cubic" as the