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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T15:35:08+00:00 2026-05-27T15:35:08+00:00

I am working on an application whose job is to build an image(jpeg) that

  • 0

I am working on an application whose job is to build an image(jpeg) that is a collage of selected images from gallery. I can crop the gallery images to needed size using the technique specified in the question here.
However, I want to create a collage that is 2400×1600 (configurable) pixels and arrange cropped images on white background.

I couldn’t find a right example to create a canvas and set its background color. I believe I need to create a core graphics context, create a canvas, set background to white, save as image and work on that image object. However am not able to find the right way to do it. Appreciate any help.

Edit:
Found this code to save view to image. Now the problem is reduced to creating a view that has a canvas of 2400×1600.

-(UIImage*) makeImage {  

   UIGraphicsBeginImageContext(self.view.bounds.size);  

   [self.view.layer renderInContext:UIGraphicsGetCurrentContext()];  

   UIImage *viewImage = UIGraphicsGetImageFromCurrentImageContext();     

   UIGraphicsEndImageContext();  
   return viewImage; 
 } 
  • 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-27T15:35:08+00:00Added an answer on May 27, 2026 at 3:35 pm

    You should look up the methods in your example code. self.view.bounds.size is a CGSize, so if you replace the call to UIGraphicsBeginImageContext with the following, it’ll get you an image of the size you want:

    UIGraphicsBeginImageContext(CGSizeMake(2400.0,1600.0));
    

    Good luck!

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

Sidebar

Related Questions

I am working on a web application, whose mock-up page can now be found
I am working on splitting out an existing, working application that I currently have
Now that I have a read-only application working, I am working on the insert
Im working on an application that needs to talk to a database. The application
We're working on an application that displays information through a Direct3D visualisation. A late
I am working on a stock trading application whose key feature is to accept
I'm working on a service for my application whose purpose is to allow easy
We have an application in Grails 2.0 that we have working when we run
I'm working on application whose main responsibility is to contact remote server and display
I'm working on a quite big application that is in charge of doing real-time

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.