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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T23:30:35+00:00 2026-06-03T23:30:35+00:00

I am searching if we can make PNG Image with php. $image = imagecreatetruecolor(100,100);

  • 0

I am searching if we can make PNG Image with php.

$image = imagecreatetruecolor(100,100);
$black = imagecolorallocate($image,0,0,0);
imagefill($image,0,0,$black);

This would create 100 X 100 black image.
But, I want to create 100 X 100 image with no background, i.e 100 X 100 transparent Image.

Thanks in advance

  • 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-03T23:30:37+00:00Added an answer on June 3, 2026 at 11:30 pm

    You can choose one color to become the transparent one like so:

    $im = imagecreatetruecolor(100, 100);
    
    $transparent = imagecolorallocate($im, 0, 0, 0);
    imagecolortransparent($im, $transparent);
    
    imagefill($im, 0, 0, $transparent);
    

    As taken from the manual example: http://php.net/manual/en/function.imagecolortransparent.php

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

Sidebar

Related Questions

I've been searching around but can't find much about this, but would cross-casting from
This is a probably a no brainer, and I've been searching but can't seem
I want to make searching on my database with hibernate in Java, how can
May be obvious but I tried searching and can't figure it out. I am
EDIT: For anyone coming to this question through searching, you can install a Gnome
I'm searching on how to do this but my searches aren't turning up things
I can't make this work, any ideas? .htaccess code: Options +FollowSymlinks Options -MultiViews RewriteEngine
I have a doubt and I still searching how I could do this. Can
I spent time searching how to do this but came up with nothing. Is
I have been searching and searching for this answer. But I cannot seem to

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.