How to photoshop .png without transparent square?

I don’t really know how should I put this, but..

I want to save a .png file, it has a transparent background and I want to ged rid of this square thing.

You know, here’s the example (without square):

https://www.dropbox.com/s/yveghiuspqsq/Super%…

✅ Answers

? Favorite Answer

  • Images are always rectangular, at least in the popular image formats like PNG, JPEG, GIF, TIFF, and more. I looked at the image file and there is no “square thing” in the image itself. That border is added by dropbox. If you’re seeing it elsewhere, then that software or site is also adding a border.

    HTML doesn’t by default. I renamed it “mario.png” for the following demo:

    <html>

    <head>

    <title>Mario</title>

    </head>

    <body>

    <img src=’mario.png’ width=” height=”>

    </body>

    <html>

    Put that in a file named “test.html” in the same directory as “mario.png” and then launch it with a browser. No borders.

    So, the problem is not fixable with phototshop because the image isn’t the problem.

  • That “thing” you are seeing is not part of the image.

    It’s a CSS style applied to the HTML image element that is part of the web page. Basically it means that the border you see is added by the dropbox site itself.

    Here is what that png acutally looks like: http://imgur.com/wYZcbUe – there is no background or border around the image. I edited nothing.

    Here’s the actual PNG URL http://i.imgur.com/wYZcbUe.png

    BTW all raster images are rectangular – even ones with transparent backgrounds.

  • Create a new layer, put it in the lowest layer and fill it with white color. Other alternatives is to save it as JPG

    See also  Windows Movie Maker help! URGENT?
  • Create a New layer and fill it with white or black or any colour you want.

    then drag that layer at the bottom of all layers.

    and then save it.

  • Other Related Questions

    Learning Visual Basic ?

    Answers Favorite AnswerTry using "System.Diagnostics.Process. GetProcessesByName( "iwmp" ).Length > " for your check.

    Microsoft Office word Fast answer needed its urgent?

    Answers Favorite AnswerTry this:http://www.techsupport.com///microsoft-wo...Here is another thread re: the same issue with instructions:http://www.pcreview.co.uk/forums/modification-not-...http://www.techsupport.com///microsoft-wo...http://support.microsoft.com/kb/http://answers.microsoft.com/en-us/office/forum/of...

    Can I download a whole city android google maps?

    Answers Favorite Answer:) Yes!!!Interesting question. I wonder why it has blocked in this way especially considering that Google Earth is very detailed and has good maps of Israel.

    What is meant by ROM ? Explain in simple but elaborate terms.What about mobile ROM’s?

    Answers Favorite AnswerHi Diva below is a link that will give a simple answer.http://wiki.answers.com/Q/What_does_ROM_stand_for_...Hope this helps.Source(s): Experience and wiki answers.ROM is Read only memory. i.e data can write only once.There two types of ROM..ROM.PROMThe difference between ROM and PROM.that is ROM is programmed during manufacturing it means data stored by manufacturing company.PROM is blank memory that a user programmable memory.user can store content on PROM.both ROM and PROM are Read only memory Data can write only once.and its not possible to write so many time.Memories of PROM and ROM are Non-volatile in nature. Its that stored informations can retain even power goes off.

    Leave a Comment