Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8040795
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T04:00:51+00:00 2026-06-05T04:00:51+00:00

Does anybody know how to convert images with MacRuby (or normal ruby)? I would

  • 0

Does anybody know how to convert images with MacRuby (or normal ruby)? I would imagine that the ‘ScriptingBridge’ framework would be able to handle it.

In addition, I would prefer not to use ImageMagick or the like (something lighter would be fine, however).

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T04:00:52+00:00Added an answer on June 5, 2026 at 4:00 am

    you can do this with MacRuby:

     framework 'AppKit'
    
     input_file_path = "/Users/username/Desktop/input_file.png"
     img_data = NSData.dataWithContentsOfFile(input_file_path)
     bitmap = NSBitmapImageRep.imageRepWithData(img_data)
    
     new_data = bitmap.representationUsingType(NSJPEGFileType, properties: nil)  # NSBMPFileType, NSGIFFileType, NSJPEGFileType, NSPNGFileType, or NSTIFFFileType.
    
     output_file_path = "/Users/username/Desktop/output_file.jpeg"
     new_data.writeToFile(output_file_path, atomically: true)
    

    and you’re done, NSBitmapImageRep#representationUsingType:properties: can takes NSBMPFileType, NSGIFFileType, NSJPEGFileType, NSPNGFileType or NSTIFFFileType for bmp, gif, jpeg, png or tiff

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does anybody know how I can convert html to plain text with Ruby. Well
Using .NET's Office interop libraries, does anybody know the best way to convert back
Does anybody know if you can access the SaevFileDialog control that's used by the
Does anybody know some nice documentation about the ruby handsoap gem to get me
does anybody know how to convert any kind of video format into flv using
Does anybody know what the C# equivalent of fmod is? I'm trying to convert
Does anybody know of any good libraries to convert a flat file to Java
Does anybody know what SAS format is needed in order to convert this string
Does anybody know how to convert a DateTime from English to Spanish? E.g convert:
does anybody know a way to show that default alert like Your application wants

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.