Posted by
dscho on
Dec 02, 2013; 4:56pm
URL: http://imagej.273.s1.nabble.com/Re-FIJI-eps-writer-tp5005768.html
Hi Rodrigo,
a much better place to ask for such things is the ImageJ mailing list
(endless benefits: more knowledge, virtually guaranteed response even on
weekends and during vacations, public record, etc etc)
On Sun, 1 Dec 2013, Rodrigo Roberto Bammann wrote:
> I came across a FIJI plugin that you developed a while ago called
> EPS_Writer. Since I'm trying to use images I manipulated in Inkscape, I
> need FIJI to recognize .eps files. However, when I try using your
> plugin, it doesn't work.
As the name of the plugin suggests, it is a writer, not a reader. Are you
trying to open files in Fiji that were saved by Inkscape? In that case,
you will have a much easier time using the SVG_Reader:
https://github.com/fiji/fiji/blob/master/src-plugins/IO_/src/main/java/io/SVG_Reader.java> An Exception window shows up.
For the record: an exception window contains quite a lot of useful
information, hence it is not enough to report that an exception occurred.
It is necessary to save that exception message (using the helpful
File>Save As command, not a screenshot) and provide the people you hope
will help you with it.
> Is there any trick I haven't done, or any further development on the
> plugin?
There has not been any work by myself, but Wilhelm Burger worked on an
enhanced version (which he renamed to Export EPS), but the link on the
ImageJ website is broken:
http://staff.fh-hagenberg.at/burger/imagej/Export_EPS.htmlIt seems that the now-valid URL is
http://staff.fh-hagenberg.at/burger/imagej/plugins/ExportEps/index.htmlbut the link to the .java file on that page is also broken and should
actually point to:
http://staff.fh-hagenberg.at/burger/imagej/plugins/ExportEps/Export_EPS.javaI will work in the next minutes on integrating it as a new version of the
EPS_Writer into Fiji.
Ciao,
Johannes
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html