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

  • SEARCH
  • Home
  • 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 968409
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T02:28:31+00:00 2026-05-16T02:28:31+00:00

let me first off noting that I have absolutely no idea what I’m doing

  • 0

let me first off noting that I have absolutely no idea what I’m doing with objective-c and mac development (though I’m fine with c). I made a wonderfully simple graphics utility on leopard with the Quartz-2d binding for python:

http://developer.apple.com/graphicsimaging/pythonandquartz.html

that basically inputs a text file and writes a nice png file (it’s a command line utility). I was happy as a pig in mud until I moved the utility to our snow leopard servers and discovered that there were all sorts of issues with CoreGraphics and 32 bit python on snow leopard. Some of these issues are soluble, and some not. So, I’m attempting to port this simple utility script to objective-c (really C I suppose) and running into a few issues. Does anyone else know if there’s a nice example almost exactly like the one given in python and quartz, but all in native code?

My major issue is writing the graphics context to a file

myBitmapContext = MyCreateBitmapContext (400, 300);

CGContextSetRGBFillColor (myBitmapContext, 1, 0, 0, 1);
CGContextFillRect (myBitmapContext, CGRectMake (0, 0, 200, 100 ));
CGContextSetRGBFillColor (myBitmapContext, 0, 0, 1, .5);
CGContextFillRect (myBitmapContext, CGRectMake (0, 0, 100, 200 ));
CGImageRef myImage = CGBitmapContextCreateImage (myBitmapContext);// 5

CGContextDrawImage(myBitmapContext, myBoundingBox, myImage);// 6
char *bitmapData = CGBitmapContextGetData(myBitmapContext); // 7

// I'd like to write to a file here!

CGContextRelease (myBitmapContext);// 8
if (bitmapData) free(bitmapData); // 9
CGImageRelease(myImage);

MyCreateBitmapContext is a simple function from apple’s guide on quartz 2d.

TL;DR Does anyone have a C port of the python demo given in the above link?

  • 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-16T02:28:31+00:00Added an answer on May 16, 2026 at 2:28 am
    CGImageRef myImage = CGBitmapContextCreateImage (myBitmapContext);// 5
    
    CGContextDrawImage(myBitmapContext, myBoundingBox, myImage);// 6
    

    What? Why would you capture the contents of the context as an image, and then draw that image back into the context you got it from?

    // I'd like to write to a file here!
    

    Do step 5, then feed that image to a CGImageDestination.

    You may find the Core Graphics Reference Collection handy. There’s a document like that for each of most of the frameworks.

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

Sidebar

Related Questions

First off, let me start off that I am not a .net developer. The
First off, let me preface this question by stating that I'm really a pretty
First off, let me clarify the platforms we are using. We have an ASP.NET
First off, let me start by saying that I am totally new to working
Let me start off by saying that this is my first time working with
Ok, let me first start off by saying that I've only ever dealt with
First off let me say this is my first ASP.NET project I have done.
Ok first off let me state that I am new to PHP. So What
Let me start off by saying that this is my first real Cocoa app.
First off, let me preface this question by saying that my professor is firmly

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.