"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "layer0/MyPNG.h" between
pymol-v1.8.6.0.tar.bz2 and pymol-v2.1.0.tar.bz2

About: PyMOL is a Python-enhanced molecular graphics tool. It excels at 3D visualization of proteins, small molecules, density, surfaces, and trajectories. It also includes molecular editing, ray tracing, and movies. Open Source version.

MyPNG.h  (pymol-v1.8.6.0.tar.bz2):MyPNG.h  (pymol-v2.1.0.tar.bz2)
skipping to change at line 26 skipping to change at line 26
*/ */
#ifndef _H_MyPNG #ifndef _H_MyPNG
#define _H_MyPNG #define _H_MyPNG
#include"PyMOLGlobals.h" #include"PyMOLGlobals.h"
#define cMyPNG_FormatPNG 0 #define cMyPNG_FormatPNG 0
#define cMyPNG_FormatPPM 1 #define cMyPNG_FormatPPM 1
int MyPNGWrite(PyMOLGlobals * G, const char *file_name, const unsigned char *p, int MyPNGWrite(PyMOLGlobals * G, const char *file_name, const unsigned char *p,
unsigned int width, unsigned int height, float dpi, int format, i unsigned int width, unsigned int height, float dpi, int format, i
nt quiet); nt quiet,
void * io_ptr = NULL);
int MyPNGRead(const char *file_name, unsigned char **p_ptr, unsigned int *width_ ptr, int MyPNGRead(const char *file_name, unsigned char **p_ptr, unsigned int *width_ ptr,
unsigned int *height_ptr); unsigned int *height_ptr);
#endif #endif
 End of changes. 1 change blocks. 
2 lines changed or deleted 3 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)