Amide Changelog

What's new in Amide 1.0.5

Jan 27, 2014
  • raw_data_import now shows correct file size if file > 2GB
  • new math functions: remove-negatives, t2*calc
  • increased bitrate of ffmpeg encoding by 5-fold
  • fixed func definition for amitk_color_table_menu_new [1]
  • default ROI transparency increased to 0.5
  • switch to non-deprecated libavcodec functions [1]
  • various edits for hardening using strings [1]
  • workaround for gtk+ bug of endless loop when spin buttons in toolbars are double or triple clicked
  • remove "inline" on functions in amitk_point and amitk_space, was causing issues with clang on osx as wasn't C99 compliant, and didn't seem to increase speed as -O2 optimization probably already inlines these [1] Reported by Andreas Tille

New in Amide 1.0.3 (Oct 5, 2012)

  • reinabling gnomecanvas antialiased support, hopefully now stable
  • roi's now filled in, alpha of fill can be customized
  • resets view center if initial dataset loaded
  • error message dialog now scrollable, so won't cover entire screen
  • added "threshold" and "multiple" math operations
  • autoplay feature for flipping between gates on gated study
  • reexpanded the local slice cache size, now 3 * # frames or gates
  • now keeps track of gate times (dicom trigger time)
  • when reading in xmedcon, tries to use orientation/offset
  • provided for DICM data, and orientation for ECAT.
  • fixed scroll wheel on win32 (requires libgnomecanvas-2.30.3)
  • now able to specify colors of ROIs and fiducial marks
  • added a tool for measuring distances between fiducials/ROIs
  • ffmpeg library fix, switch avcodec_init to avcodec_register_all

New in Amide 1.0.1 (Nov 14, 2011)

  • switched from libfame based mpeg encoding to ffmpeg
  • more acurate gnome-vfs/gconf requirements in configure [1]
  • fixed error compiling without DCMTK [2]
  • fixed error with warning message strings containing '%' [3]
  • G_DISABLE_DEPRECATED and GTK_DISABLE_DEPRECATED now off by default [4]
  • Suggested by Peter Bloomfield
  • Found by Marko Kauzlaric
  • Found by Kris Thielemans
  • Found by Wolfram Brenig

New in Amide 0.9.1 (Jun 12, 2008)

  • added gtk_disable_locale on win32 to keep i18n from screwing up
  • import raw on win32 was crashing due to NULL string
  • transformed help docs into gnome-doc-utils format
  • fixed .spec file, rpm build now working again