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 5958935
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T18:36:50+00:00 2026-05-22T18:36:50+00:00

Just wondering how difficult it would be to convert the following library to Objective-C

  • 0

Just wondering how difficult it would be to convert the following library to Objective-C to be used on the iPhone?

I guess I’m after some similar image processing libraries that would lead me in the right direction? I’m aware that it’s not easy to apply the same filters as existing applications like Instragram, Path and Hipstamatic.

However, I’d like to be able to do something similar.

Here is the JavaScript library:

https://github.com/alexmic/filtrr/blob/master/filtrr.js

A demo of its functionality can be found here:

http://alexmic.net/demos/filtrr

  • 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-05-22T18:36:50+00:00Added an answer on May 22, 2026 at 6:36 pm

    I’ve started a bit of converting, here is a sample. Now of course, fully converting it would a lot of time, too much for me to do it. But just see how I’ve done it. I’m hoping you have prior experience with Obj-C?

    Also, perhaps you could look at some existing libraries.

    http://code.google.com/p/simple-iphone-image-processing/

    http://mattgemmell.com/2010/07/05/mgimageutilities/

    http://developer.apple.com/library/ios/#samplecode/GLImageProcessing/Introduction/Intro.html

    Also, dont forget that XCode can compile C++ into your project so also investigate C or C++ libraries.

     NSObject canvas;
     int w;
     int h;
     int ctx;
     NSData imageData;
    
     @implementation filtr
     {
        -(id) initWithCanvas:(id)_canvas
        {
            if (!_canvas) {
                throw "Canvas supplied to filtr was null or undefined.";
            }
    
            canvas    = _canvas;
            w         = canvas.width;
            h         = canvas.height;
            ctx       = canvas.getContext("2d");
            imageData = ctx.getImageData(0, 0, w, h);
        }
    
        /**
         * Clamps the intensity level between 0 - 255.
         *
         * @param i The intensity level.
         */
         -(int)safe:(int)i
        {
            return MIN(255, MAX(0, i));
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Just wondering: I'm trying to set up an adaptive image handler in Coldfusion8, which
Just wondering, having the following simple code: var object1 = { name: function (){
just wondering when I had an iphone I was able to create a web
I'm wondering how difficult it would be to hand code a jQuery MP3 player
I have a really difficult problem to solve and Im just wondering what what
just wondering if there is a way to reduce the amount of code needed
Just wondering the best way to replace in place matches on a string. value.replace(bob,
Just wondering when do you actually use $.get(index); I am a bit confused on
Just wondering for user permission check, Should you keep the permission in the session
Just wondering is it possible to build CLI app that can be run from

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.