diff --git a/Layout/img/tshirt.png b/Layout/img/tshirt.png index c8e7d501de06a460da17afc13781fade2c29f1fb..267059ff0e0efad970542c6921c7695028efb99a 100644 Binary files a/Layout/img/tshirt.png and b/Layout/img/tshirt.png differ diff --git a/Tools/python/split_layers.py b/Tools/python/split_layers.py index 14db69a0f784e39bead318aa43d3877ca32f0607..3a8292c06921d8d1c53b221144b33cb651906389 100755 --- a/Tools/python/split_layers.py +++ b/Tools/python/split_layers.py @@ -94,7 +94,7 @@ def get_ps_magic_script(layout_path,cellname): def generate_image_file(layout_path,cellname): print(os.popen("mkdir -p "+layout_path+"/img").read()) print(os.popen("magic -Tscmos.tech -noconsole << EOF"+get_ps_magic_script(layout_path,cellname)+"EOF").read()) - print(os.popen("gs -dSAFER -dBATCH -dNOPAUSE -sDEVICE=pngalpha -sOutputFile="+layout_path+"/img/"+cellname+".png -dMinFeatureSize=4 -dDownScaleFactor=1 /tmp/"+cellname+".ps").read()) + print(os.popen("gs -r2400 -dSAFER -dBATCH -dNOPAUSE -sDEVICE=pngalpha -sOutputFile="+layout_path+"/img/"+cellname+".png -dMinFeatureSize=4 -dDownScaleFactor=1 -f /tmp/"+cellname+".ps").read()) print(os.popen("rm /tmp/"+cellname+".ps").read()) def generate_pdf_file(layout_path,cellname):