Trying to write a quick Beanshell/Jython script to print all the cells in a library to png files.
Odd thing is it seems the best way to do this is by using classes in the com.sun.electric.tools.ui package, which seem to define a bunch of private internal classes just to draw some stuff on a 2D/3D canvas and render an image out. Is there perhaps a more straightforward, sane route to take? I suppose I might have better luck with PostScript output, and just write a bash script to do ps to png conversion...though it seemed like even that was un-necessarily complex as it needed a bunch of VarContext stuff, which, having just jumped into the source, I don't have a clue what they are, or where to get one (properly). Just looking for pointers, I might come up with a solution myself. -- You received this message because you are subscribed to the Google Groups "Electric VLSI Editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/electricvlsi?hl=en.
