File: Blob.h

package info (click to toggle)
pythonmagick 0.7-5
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,284 kB
  • ctags: 377
  • sloc: sh: 9,133; cpp: 2,358; perl: 279; makefile: 100; python: 11
file content (10 lines) | stat: -rw-r--r-- 218 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#ifndef HELPER_BLOB_H
#define HELPER_BLOB_H

#include <Magick++/Blob.h>
#include <string>

void update_wrapper(Magick::Blob& blob, const std::string& data);
std::string get_blob_data(const Magick::Blob& blob);

#endif