New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

asposeimagingjava

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asposeimagingjava

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Aspose_Imaging_Java_for_Ruby

Aspose.Imaging Java for Ruby is a Ruby gem that demonstrates / provides the Aspose.Imaging for Java API usage examples in Ruby by using Rjb - Ruby Java Bridge.

Installation

Execute following command.

$ gem install asposeimagingjava

To download Aspose.Imaging for Java API to be used with these examples through RJB, Please navigate to:

http://www.aspose.com/community/files/72/java-components/aspose.imaging-for-java/default.aspx

Note: Create jars folder at root of the gem folder and copy downloaded Aspose.Imaging for java component into it.

For most complete documentation of the project, check Aspose.OCR Java for Ruby confluence wiki link:

http://www.aspose.com/docs/display/imagingjava/1.+Aspose.Imaging+Java+For+Ruby

Usage

You can export image to different formats using following example code.

require File.dirname(File.dirname(File.dirname(__FILE__))) + '/lib/asposeimagingjava'
include Asposeimagingjava
include Asposeimagingjava::ExportImageToDifferentFormats
initialize_aspose_imaging

Lets understand the above code

  • The first line makes sure that the Aspose.Imaging is loaded and available
  • Include the files that are required to access the Aspose.Imaging
  • Initialize the libraries. The aspose JAVA classes are loaded from the path provided in the aspose.yml file

FAQs

Package last updated on 05 Oct 2015

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