Sha256: d1e0a23f6be8f3f55540e5b079189211112c06e65db0c504117cfd818855eb31

Contents?: true

Size: 183 Bytes

Versions: 7

Compression:

Stored size: 183 Bytes

Contents

#include "psd_native_ext.h"

VALUE psd_canvas_to_pixel_array(VALUE canvas) {
  return rb_funcall(
    rb_funcall(canvas, rb_intern("canvas"), 0),
    rb_intern("pixels"),
    0
  );
}

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
bench9000-0.1 vendor/psd_native/ext/psd_native/canvas.c
psd_native-1.1.3 ext/psd_native/canvas.c
psd_native-1.1.2 ext/psd_native/canvas.c
psd_native-1.1.1 ext/psd_native/canvas.c
psd_native-1.1.0 ext/psd_native/canvas.c
psd_native-1.0.1 ext/psd_native/canvas.c
psd_native-1.0.0 ext/psd_native/canvas.c