Revision: 20095
          http://sourceforge.net/p/jmol/code/20095
Author:   hansonr
Date:     2014-11-09 22:14:35 +0000 (Sun, 09 Nov 2014)
Log Message:
-----------
Jmol.___JmolVersion="14.3.8_2014.11.09"

new feature: CAPTURE "filename0000.png"  
  -- captures set of PNG files
  -- 0000 is not required
  
new feature: CAPTURE "filename0000.gif"  
  -- captures set of GIF files
  -- 0000 IS required in order to distinguish this from animated GIF
  
bug fix: GIF writer not properly handling large numbers of colors
  -- use of CIE L*a*b gives GIMP-like color quantification

bug fix: WRITE command should remove "t" or "j" in WRITE xxx.PNGJ, WRITE 
xxx.PNGT, WRITE xxx.GIFT
  -- specifically when no PNGJ, GIFT, or PNGT designation is made.
  
bug fix: PDB reader limited to 20 connections per atom
 
code: code clean-up in GData, Graphics3D, and Export3D
code: PDB reader CONECT efficiency

Modified Paths:
--------------
    trunk/Jmol/src/javajs/img/GifEncoder.java

Modified: trunk/Jmol/src/javajs/img/GifEncoder.java
===================================================================
--- trunk/Jmol/src/javajs/img/GifEncoder.java   2014-11-09 22:12:09 UTC (rev 
20094)
+++ trunk/Jmol/src/javajs/img/GifEncoder.java   2014-11-09 22:14:35 UTC (rev 
20095)
@@ -82,7 +82,7 @@
  * (For example, we exclude the background color.)
  * 
  * Note that although GIMP code annotation refers to "median-cut", 
- * it is really uses MEAN-cut. That is what I use here as well.
+ * it is really using MEAN-cut. That is what I use here as well.
  * 
  * -- commented code allows visualization of the color space using Jmol. Very
  * enlightening!

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
_______________________________________________
Jmol-commits mailing list
Jmol-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to