AMIDE Changelog

What's new in AMIDE 0.9.2

Dec 7, 2010
  • switched from libfame based mpeg encoding to ffmpeg
  • more acurate gnome-vfs/gconf requirements in configure
  • fixed error compiling without DCMTK
  • fixed error with warning message strings containing '%'
  • G_DISABLE_DEPRECATED and GTK_DISABLE_DEPRECATED now off by default

New in AMIDE 0.9.1 (Dec 7, 2010)

  • 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

New in AMIDE 0.9.0 (Dec 7, 2010)

  • removing gtk 2.2 dependencies, now dependent on gtk >= 2.10:
  • gtk_option_menu switched to gtk_combo
  • gnome_config use switched to GConf on unix
  • config settings now saved in registry on win32
  • bug with dragging of off canvases now gone
  • removed dependencies on libgnome and libgnomeui:
  • GNOMEUI menu/toolbar switched to GtkAction
  • GnomeDruid replaced with GtkAssistant
  • gnome_program_init replaced with gtk_init
  • amitk_space_transform now propagates correctly through children
  • xpm icons removed, all icons now from .h pixbuf data
  • dicom import now reads in full series date and time
  • now can export data sets via libdcmdata
  • fixed errors with cropping type conversion
  • change Categories in .desktop file
  • extended math capabilities for multi-frame data sets
  • changed labeling of %ID/g to %ID/cc to make explicit

New in AMIDE 0.8.23 (Dec 7, 2010)

  • help window incorrect for freehand roi's
  • changed erase outside roi to shift-m3 from shift-ctrl-m3
  • incorrect exporting of multi-frame data sets, values zero
  • poor threshold setting on all negative value data sets
  • import file dialog now closed prior to importing

New in AMIDE 0.8.22 (Dec 7, 2010)

  • fixed bug with drawing 1st voxel of freehand (introduced 0.8.21)
  • autodetect xmedcon format support (requires xmedcon > 0.9.10)
  • button to set the view center as origin

New in AMIDE 0.8.21 (Dec 7, 2010)

  • switched index to strchr in xml.c, amitk_point.c
  • man page fix
  • freehand roi's now initially line up with the voxels of the dataset
  • hopefully finally now have a true radix sign fix, as mingw can't really use setlocale
  • flip around NIFTI images to get right orientation

New in AMIDE 0.8.20 (Dec 7, 2010)

  • message popup for export raw data dimensions
  • init allocated density memory to 0 in render.c
  • check that voxel sizes are valid in imported data sets
  • tightened up raw_data_import dialog
  • added millimeter indicators to crop dialog
  • update for NIFTI support in XMedCon
  • even more correct placement/orientation of dicom data
  • added ability to output PNG instead of JPG
  • added a contour form of hot metal
  • add a preference for the initial directory to look in
  • added ability to manually enter in the rotation transform
  • fixed a bug with rotations
  • internationalization, now uses en_US instead of POSIX on windows, also guesses if incorrect radix sign, and tries to fix

New in AMIDE 0.8.19 (Dec 7, 2010)

  • fixed string error in dcmtk_interface.cc
  • somewhat more correct placement/orientation of dicom data
  • fixed bug for reading in dynamic dicom data
  • DCMTK returns number strings as POSIX
  • added progress bars for filters
  • object movement in alignment wizard now propagates correctly

New in AMIDE 0.8.18 (Dec 7, 2010)

  • validate strings from xmedcon as utf8
  • another potential fix for 64bit check xml_check_file_32bit_okay
  • added export dataset dialog:
  • allows selection of output voxel size
  • allows selecting bounding box (tight or inclusive)
  • better guessing for reading in DICOM datasets
  • first try at DICOM gated support
  • added ability to import objects (like ROI's) from previous .xif's
  • better handling of edges in tri-linear interpolation
  • active data set now required to be visible when moved/rotated

New in AMIDE 0.8.17 (Dec 7, 2010)

  • added toolbox for doing image math between data sets
  • now saves weight/dob/dose/etc. when exporting with xmedcon
  • fixed bug loading DICOM on windows