Advertisement
luckydonald

Untitled

Aug 4th, 2021
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1.  
  2. ffi.cdef("""
  3. extern struct intensity_data {
  4. double nw;
  5. double ne;
  6. double sw;
  7. double se;
  8. int error;
  9. } intensity_data;
  10.  
  11. struct intensity_data jpeg_intensities(const char *file_name);
  12. struct intensity_data png_intensities(const char *file_name);
  13. """)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement