1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
2008-7-4 Gerber Van der Graaf
* Adapted to changes in __GpivPivPar and Interrogate tabulator of console
2007-14-12 Gerber Van der Graaf
* Debugged
* __GpivPar: added: display__backgrnd and display__scalar to
substitute displaying of images, single color and scalar data
2007-10-12 Gerber Van der Graaf
* Adaption for libgpiv 0.5 API.
2007-18-5 Gerber Van der Graaf
* Stores/Retreives images/data from URI using the Gnome Virtual
File System
2007-10-5 Gerber Van der Graaf
* renamed all parameters *_logic to *__set and functions *parameter_logic
to *parameter_set
2007-21-02 Gerber Van der Graaf
* gpiv_0.4.0_patch3:
* improved naming of __GpivPar structure elements
* src/: New: image processing tabulator
* src/piveval_interrogate.c: disabled some memory leaks
2007-21-02 Gerber Van der Graaf
* gpiv_0.4.0_patch2:
* src/piveval_interface.c: Monitor with non-interlaced canvas
* src/piveval.c: new: Gauss weighting, SPOF filtering
2007-05-02 Gerber Van der Graaf
* gpiv_0.4.0_patch1:
* Added automatic stretching of buffer display.
* Apply broadcast display preferences to all buffers.
2007-25-01 Gerber Van der Graaf
* Added loading images from command line.
2006-13-12 Gerber Van der Graaf
* Improved display buffer: src/display.c/h splitted into src/event.c/h,
src/display_zoom.c/h, src/display_image.c/h, src/display_intregs.c/h,
src/display_piv.c/h, src/display_scalars.c/h.
* Zooming / paning with pointer and scrollbutton, added menubar,
anti-aliased canvas.
2006-7-11 Gerber Van der Graaf
* Support for Portable Network Graphics image format (native), and for
tif, gif, pgm, bmp by converting to png with netbpm on the fly.
* Removed settings for image dimensions; defined in image header and
allowing different sizes during same session.
2006-25-7 Gerber Van der Graaf
* DISABLE_DAC substituted by ENABLE_CAM, ENABLE_TRIG
* Splitting up of dac module into dac_cam and dac_trig
|