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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T20:46:19+00:00 2026-06-13T20:46:19+00:00

This is what I need: Program for quicker making fun posters for facebook page.

  • 0

This is what I need: Program for quicker making fun posters for facebook page.
Posters have text, picture and frame (white line and black background).
In this case, I want to insert logo on poster (png image).

Depending on picture size, dimensions of frame (who in this case consits of two shapes) must automaticly be resized for picture.

enter image description here

How to save poster from that image from link (2 shape components, 2 image components, 2 labels) as picture?

How to accomplish this? What to use, where to begin?

I hope that this question will not be removed.

  • 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-13T20:46:21+00:00Added an answer on June 13, 2026 at 8:46 pm

    If you put all the frames, shapes and pictures inside a new TPanel (named MainPanel in my sample), then you could use:

    procedure savePanelAsImage(fpPanel: tPanel; fpFileName: string);
    var
       img: TBitmap;
    begin
       img := TBitmap.Create;
       try
         img.Width := fpPanel.Width;
         img.Height := fpPanel.Height;
         fpPanel.PaintTo(img.Canvas, 0, 0);
         img.SaveToFile(fpFileName);
       finally
         img.Free;
       end
    end;
    

    Usage:

    savePanelAsImage(MainPanel, 'd:\someFolder\image001.bmp');
    

    Notes:

    • This is VCL based sample;
    • To save the image in other format (rather in BMP) use: TPngImage (Vcl.Imaging.pngImage) or TJPEGImage (Vcl.Imaging.jpeg);
    • If you use FireMonkey (>= Delphi XE2) you can take advantage of someParentComponent.MakeScreenShot();
    • The resulting image will have the same size as the tPanel.

    For better results / flexibility I would suggest using Graphics32 library for Delphi (it supports layers, image re-sizing etc.).

    Example form

    Resulting image

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

Sidebar

Related Questions

I have a program written for text simplification in python language, I need this
I need to run this line from my c++ program: java -jar test.jar text1
I have a program that looks like this. I need to consistently write something
Well, i have this program i need to run via either functions however it
I need to program the Ackermann function. This is what I have so far:
I have a problem with writting this program I need to read a csv
My program flow is like this: I need to sequential processing per user's request
This is not homework, I need this for my program :) I ask this
I need to write this program using a loop https://i.stack.imgur.com/gko6T.jpg this is what i
I need to understand the working of this particular program, It seems to be

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.