mailr27030 - /branches/nmrglue/graphics/extern/nmrglue/README.txt


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by tlinnet on December 08, 2014 - 19:30:
Author: tlinnet
Date: Mon Dec  8 19:30:31 2014
New Revision: 27030

URL: http://svn.gna.org/viewcvs/relax?rev=27030&view=rev
Log:
Added commands to README file, how the resizing of images was done.

Task #7873 (https://gna.org/task/index.php?7873): Write wrapper function to 
nmrglue, to read .ft2 files and process them.
Homepage: http://www.nmrglue.com/
Link to nmrglue discussion: 
https://groups.google.com/forum/#!forum/nmrglue-discuss
The code is develop at Github: https://github.com/jjhelmus/nmrglue/
Google code: https://code.google.com/p/nmrglue/
Documentation: http://nmrglue.readthedocs.org/en/latest/index.html

Modified:
    branches/nmrglue/graphics/extern/nmrglue/README.txt

Modified: branches/nmrglue/graphics/extern/nmrglue/README.txt
URL: 
http://svn.gna.org/viewcvs/relax/branches/nmrglue/graphics/extern/nmrglue/README.txt?rev=27030&r1=27029&r2=27030&view=diff
==============================================================================
--- branches/nmrglue/graphics/extern/nmrglue/README.txt (original)
+++ branches/nmrglue/graphics/extern/nmrglue/README.txt Mon Dec  8 19:30:31 
2014
@@ -9,3 +9,39 @@
 rm master.zip
 mv nmrglue_logo-master/* .
 rmdir nmrglue_logo-master
+
+# Make 200x wide
+inkscape -z -e nmrglue_logo_200x.png -w 200 nmrglue_logo.svg
+inkscape -z -E nmrglue_logo_200x.eps -w 200 nmrglue_logo.svg
+gzip nmrglue_logo_200x.eps
+
+set s=16
+mkdir -p ${s}x${s}
+inkscape -z -e ${s}x${s}/nmrglue_logo.png -w ${s} -h ${s} nmrglue_logo.svg
+inkscape -z -E ${s}x${s}/nmrglue_logo.eps -w ${s} -h ${s} nmrglue_logo.svg
+gzip ${s}x${s}/nmrglue_logo.eps
+
+set s=22
+mkdir -p ${s}x${s}
+inkscape -z -e ${s}x${s}/nmrglue_logo.png -w ${s} -h ${s} nmrglue_logo.svg
+inkscape -z -E ${s}x${s}/nmrglue_logo.eps -w ${s} -h ${s} nmrglue_logo.svg
+gzip ${s}x${s}/nmrglue_logo.eps
+
+
+set s=32
+mkdir -p ${s}x${s}
+inkscape -z -e ${s}x${s}/nmrglue_logo.png -w ${s} -h ${s} nmrglue_logo.svg
+inkscape -z -E ${s}x${s}/nmrglue_logo.eps -w ${s} -h ${s} nmrglue_logo.svg
+gzip ${s}x${s}/nmrglue_logo.eps
+
+set s=48
+mkdir -p ${s}x${s}
+inkscape -z -e ${s}x${s}/nmrglue_logo.png -w ${s} -h ${s} nmrglue_logo.svg
+inkscape -z -E ${s}x${s}/nmrglue_logo.eps -w ${s} -h ${s} nmrglue_logo.svg
+gzip ${s}x${s}/nmrglue_logo.eps
+
+set s=128
+mkdir -p ${s}x${s}
+inkscape -z -e ${s}x${s}/nmrglue_logo.png -w ${s} -h ${s} nmrglue_logo.svg
+inkscape -z -E ${s}x${s}/nmrglue_logo.eps -w ${s} -h ${s} nmrglue_logo.svg
+gzip ${s}x${s}/nmrglue_logo.eps




Related Messages


Powered by MHonArc, Updated Mon Dec 08 19:40:03 2014