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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T06:30:20+00:00 2026-05-23T06:30:20+00:00

I have a background picture (lets call it B), i want to put an

  • 0

I have a background picture (lets call it B), i want to put an other image (a red dot gif or png) over B, in a specific coordinate of B.

For example, if B is 600x600px and Xcoor is 300 and Ycoor is 300, when the user load the php sript, B will be showed with a red dot in the center. Thanks for any help.

  • 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-23T06:30:21+00:00Added an answer on May 23, 2026 at 6:30 am

    You can make use of a image library that provides such a functionality with ease, for example WideImage which is based on PHP’s GD2 library.

    An example of merge with opacity 30 to position 10, 10:

      $img = WideImage::load('pic.jpg');
      $watermark = WideImage::load('logo.jpg');
      $new = $img->merge($watermark, 10, 10, 30);
      $new->output('jpg', 90); // send to browser
    

    See Merge/Watermark and Output to browser Example.

    To center the watermark on the picture, you can make use of Smart coordinates. Assuming the red-dot image is 60×60 pixels and it should be put in the middle of the image:

     $new = $img->merge($watermark, '50% – 30', '50% – 30');
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a background image. I want to overlay a picture box over the
In my application I have an image (world map) as background picture. Over this
I have an image inside a div.. the div has a background picture..and I
I want to have as the background of my application an image, with a
I want to put on a web page background. I have a background of
I want to have a gradient on my app background. The picture is only
I have a grid datawindow with a picture in it's background (with dimensions of
Say I have a picture 1000x1000. Is there any way to set a background
How to automatically switch the background in layout android:background=@drawable/image> I have two pictures I
I have background image for a site header with fixed width. Now I am

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.