G
gennari
Guest
I wrote a research version of a GDSII viewer that has image capture
capabilities at:
http://cuervo.eecs.berkeley.edu
Click on the "New GDS Viewer by Frank Gennari".
There are a number of know bugs which may or may not be fixed eventually,
but it should be able to generate JPEG, RAW, and Windows BMP images of
arbitrary resolution with stipple patterns, even for large GDSII files.
Frank
"Manuel Koch" <makoc@gmx.de> wrote in message
news:31472812.0410150105.64b257c0@posting.google.com...
capabilities at:
http://cuervo.eecs.berkeley.edu
Click on the "New GDS Viewer by Frank Gennari".
There are a number of know bugs which may or may not be fixed eventually,
but it should be able to generate JPEG, RAW, and Windows BMP images of
arbitrary resolution with stipple patterns, even for large GDSII files.
Frank
"Manuel Koch" <makoc@gmx.de> wrote in message
news:31472812.0410150105.64b257c0@posting.google.com...
I have a problem creating good printouts from Virtuso's layouts for
documentation porposes.
I want vector graphics output OR high resolution bitmap. The problem
with Cadence is that their printing service produces a horrible
mixture of both.
If you have one of the following outputs set up:
- postscript (1,2): you get the outlines of polygons as a vector
graphic and the fill patterns as low-res bitmaps; unfortunately the
fill patterns are not clipped to their corresponding polygons but
merged with all layers and cut in 'larger squares' afterwards. With
the :residentfonts: option text is preserved as text, but each letter
as a separate object, so you cannot change the size or shape of text
afterwards.
- hpgl: you get only the polygon outlines, no fill patterns;
unfortunately shapes are merged, clipped and stacking orders do no
longer correspond to the drawing layers.
The best way seems to be to export a GDSII stream and use a third
party utility.
So far I tried:
__________
sfviewer 3.5 http://www.nathaniyer.com
Does not preserve colour during export or clipboard-copy. No custom
fill patterns.
__________
GDSII Viewer 1.58b (yuda@akina.ne.jp)
Works fine so far, layer stacking order is messed up though. This
could be fixed in Adobe Illustrator (or similar) afterwards, but is
time consuming.
Perhaps I create a script for that.
I have no URL, but I can send you that program (+source) on request.
__________
SoC GDS Seduction
http://www.dolphin.fr/medal/socgds/socgds_free_overview.html
Does not allow you to print or export graphics.
Do you have any suggestions what else I can try?