<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to imageviewer</title><link>https://sourceforge.net/p/fable/wiki/imageviewer/</link><description>Recent changes to imageviewer</description><atom:link href="https://sourceforge.net/p/fable/wiki/imageviewer/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 07 Jul 2014 17:26:59 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/fable/wiki/imageviewer/feed" rel="self" type="application/rss+xml"/><item><title>imageviewer modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/fable/wiki/imageviewer/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="imageviewer"&gt;Imageviewer&lt;/h1&gt;
&lt;p&gt;Fable imageviewer is a java-based program to display images and do simple treatment on them e.g. rocking curves. Imageviewer has been developed to fulfill the need to have an image display program in Java to allow users to look at their images without leaving the user interfaces of preprocessor, grainspotter, etc. Imageviewer is inspired by &lt;a class="alink" href="/p/fable/wiki/fabian/"&gt;[fabian]&lt;/a&gt; written in Python. Imageviewer uses the same Python module &lt;a class="alink" href="/p/fable/fabio/_discuss/"&gt;[fabio]&lt;/a&gt; as fabian to read image files. This avoids code duplication and means imageviewer reads the same file formats as fabian. It also means Python and fabio have to be installed or packaged as part of imageviewer for it to work. Imageviewer communicates with Python via jep?. Imageviewer is still in its beginnings but does have most of what fabian offers. Imageviewer can be downloaded from the sourceforge &lt;a class="" href="http://sourceforge.net/project/showfiles.php?group_id=82044"&gt;download&lt;/a&gt; area. &lt;/p&gt;
&lt;h2 id="screenshots"&gt;Screenshots&lt;/h2&gt;
&lt;p&gt;Imageviewer about window on MacOSX 10.5 : &lt;/p&gt;
&lt;p&gt;&lt;img alt="Imported from wikispaces" src="/raw-attachment/wiki/MiscWikiFiles/imageviewer_macosx_about.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;Imageviewer displaying strain diffraction images and plot of stress in header on MacOSX 10.5 : &lt;/p&gt;
&lt;p&gt;&lt;img alt="Imported from wikispaces" src="/raw-attachment/wiki/MiscWikiFiles/imageviewer_macosx_az31.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;Imageviewer displaying tortoise and hare sample files : &lt;/p&gt;
&lt;p&gt;&lt;img alt="Imported from wikispaces" src="/raw-attachment/wiki/MiscWikiFiles/imageviewer_tortoisehare.jpg" /&gt;&lt;/p&gt;
&lt;h2 id="installing"&gt;Installing&lt;/h2&gt;
&lt;blockquote&gt;&lt;/blockquote&gt;
&lt;p&gt;To install Imageviewer all you need to do is unzip the fable.imageviewer in a directory of your choice. We will refer to this directory as $(IMAGEVIEWER) from here on. You need to install Python for Imageviewer to be able to read files. Here some notes on what to do per platform : &lt;/p&gt;
&lt;h3 id="ubuntu-linux"&gt;Ubuntu Linux&lt;/h3&gt;
&lt;p&gt;Install the following packages : python2.5 &lt;/p&gt;
&lt;p&gt;To do this simply type the following : sudo apt-get python2.5 &lt;/p&gt;
&lt;p&gt;Use the imageviewer script to run Imageviewer : &lt;/p&gt;
&lt;p&gt;$(IMAGEVIEWER)/run_imageviewer.sh &lt;/p&gt;
&lt;h3 id="other-linux"&gt;Other Linux&lt;/h3&gt;
&lt;p&gt;Use your package manager to install python and then do the same. &lt;/p&gt;
&lt;h3 id="windows"&gt;Windows&lt;/h3&gt;
&lt;p&gt;Install Python 2.5. &lt;/p&gt;
&lt;p&gt;Double click on run_imageviewer.bat &lt;/p&gt;
&lt;h3 id="macosx"&gt;MacOSX&lt;/h3&gt;
&lt;p&gt;MacOSX support has been discontinued until we have some MacOSX users again. The recipe for the last version released was : &lt;/p&gt;
&lt;p&gt;Install python2.5, numpy and PIL from the MacPython website e.g. : &lt;/p&gt;
&lt;p&gt;&lt;a href="http://pythonmac.org/packages/py25-fat/index.html" rel="nofollow"&gt;http://pythonmac.org/packages/py25-fat/index.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Python 2.5 : &lt;a href="http://pythonmac.org/packages/py25-fat/dmg/python-2.5-macosx.dmg" rel="nofollow"&gt;http://pythonmac.org/packages/py25-fat/dmg/python-2.5-macosx.dmg&lt;/a&gt; &lt;br /&gt;
Numpy package : &lt;a href="http://pythonmac.org/packages/py25-fat/dmg/numpy-1.0.3.1-py2.5-macosx10.4-2007-08-27.dmg" rel="nofollow"&gt;http://pythonmac.org/packages/py25-fat/dmg/numpy-1.0.3.1-py2.5-macosx10.4-2007-08-27.dmg&lt;/a&gt; &lt;br /&gt;
PIL package : &lt;a href="http://pythonmac.org/packages/py25-fat/dmg/PIL-1.1.6-py2.5-macosx10.4-2007-05-18.dmg" rel="nofollow"&gt;http://pythonmac.org/packages/py25-fat/dmg/PIL-1.1.6-py2.5-macosx10.4-2007-05-18.dmg&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Then either : &lt;/p&gt;
&lt;p&gt;(1) install fabio on your macosx (needs XCode to be installed) from : &lt;/p&gt;
&lt;p&gt;&lt;a href="http://sourceforge.net/project/showfiles.php?group_id=82044"&gt;http://sourceforge.net/project/showfiles.php?group_id=82044&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;OR &lt;/p&gt;
&lt;p&gt;(2) copy the fabio precompiled installation from &lt;/p&gt;
&lt;p&gt;$(IMAGEVIEWER)/fable.imageviewer/plugins/fabio_1_0_0/lib/macosx/* to the local python site-packages directory e.g. &lt;br /&gt;
/Library/Frameworks/Python/framework/Versions/2.5/lib/python2.5/site-packages &lt;/p&gt;
&lt;p&gt;OR &lt;/p&gt;
&lt;p&gt;(3) add this directory $(IMAGEVIEWER)/fable.imageviewer/plugins/fabio_1_0_0/lib/macosx/ to $PYTHONPATH &lt;/p&gt;
&lt;p&gt;Double click on the imageviewer.app &lt;/p&gt;
&lt;h3 id="questions"&gt;Questions&lt;/h3&gt;
&lt;p&gt;Send questions and bug reports to fable at sourceforge.net or use the imageview tracker on sf.net/projects/fable. &lt;/p&gt;&lt;/div&gt;</description><pubDate>Mon, 07 Jul 2014 17:26:59 -0000</pubDate><guid>https://sourceforge.net160d3686434f38d2d44c3d880ded04cdac40501a</guid></item></channel></rss>