Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

red-arrow-gdk-pixbuf

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

red-arrow-gdk-pixbuf

  • 1.0.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

README

Name

Red Arrow GDK Pixbuf

Description

Red Arrow GDK Pixbuf is a library that provides converters between Apache Arrow's tensor data (Arrow::Tensor) and GDK Pixbuf's image data (GdkPixbuf::Pixbuf).

Red Arrow GDK Pixbuf adds Arrow::Tensor#to_pixbuf and GdkPixbuf::Pixbuf#to_arrow. Arrow::Tensor#to_pixbuf returns a GdkPixbuf::Pixbuf. GdkPixbuf::Pixbuf#to_arrow returns a Arrow::Tensor.

Install

% gem install red-arrow-gdk-pixbuf

Usage

require "arrow-gdk-pixbuf"

tensor.to_pixbuf # -> An object of GdkPixbuf::Pixbuf
pixbuf.to_arrow  # -> An object of Arrow::Tensor

Dependencies

  • Red Arrow

  • Ruby/GdkPixbuf2

Authors

License

Apache License 2.0. See doc/text/apache-2.0.txt for details.

(Kouhei Sutou has a right to change the license including contributed patches.)

FAQs

Package last updated on 04 Mar 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc