-
Fixed bug where pixel/color information at x=0 coordinates werent shown:
- pixel-coordinates now calculated with floor
- guard for update in layout does not apply for 0 coordinates anymore
-- Diese und die folgenden Zeilen werden ignoriert --
M trunk/src/layout_image.c
M trunk/src/pixbuf-renderer.c.
2009-03-07 22:06:37 UTC in Geeqie Image Viewer
-
I recently wrote a patch to display the mouse coordinates and color values. See gqview-devel mailinglist. However this was just a quick and dirty hack. The refined patch is about to be added to the recent geeqie tree. See geeqie-devel for details. http://sourceforge.net/mailarchive/forum.php?forum_name=geeqie-devel.
2009-03-02 10:49:28 UTC in GQview image viewer
-
Hello again,
I don't know what I changed but I get something like an image for some frames now. Unfortunately this doesn't mean I solved my problem. I now get a distorched version of the camera Image for exactly one frame, afterwards the capture-instance is useless.
Here is the new code:
from opencv.cv import *
from opencv.highgui import *
cvNamedWindow("win")
capture =...
2009-01-09 14:25:55 UTC in Open Computer Vision Library
-
Hello, I try to use OpenCV to capture some images from a firewire Camera (Sony DFW-VL500)
After some trouble I managed to execute cvCreateCameraCapture with a result. Now I tried to use cvQueryFrame to retrieve a single frame. Unfortunately the application doesn't pass this call. I get an error saying: "dc1394_dma_single_capture_poll timed out"
Now I just don't know where to...
2009-01-08 16:50:40 UTC in Open Computer Vision Library
-
Yes, 4.4.6.
2008-03-24 15:16:56 UTC in PhpGedView
-
Sorry - you are right. I wrote another patch for this before but I thought the wrong one would be less invasive. I will attach it and delete the old zip. To answer your question about PHP: Yes, PHP-Version 4.4.6 on my webserver.
File Added: calendar_yearfix2.zip.
2008-03-24 15:14:51 UTC in PhpGedView
-
I had the same problem with 4.1.3 and wrote a fix for calendar.php
see patch-tracker:
http://sourceforge.net/tracker/index.php?func=detail&aid=1924330&group_id=55456&atid=477081.
2008-03-24 13:32:16 UTC in PhpGedView
-
Hello,
I run pgv in v. 4.1.3. In the calendar I had the problem that with only one year written in the edit-box, no data of this year was shown. Selecting a range instead worked fine, as selecting a month or a day did.
So I read searched the help forum and found this entry:
http://sourceforge.net/forum/message.php?msg_id=4580358
Now I started looking at the code and found something...
2008-03-24 13:29:26 UTC in PhpGedView
-
I search for exactly the functionality nalopaleaahu implemented, displaying exif-tags in pgv. Seems like the author is gone with the wind, is this already in the repository or implemented elsewhere by now?.
2008-03-20 14:28:33 UTC in PhpGedView