changing text in .png

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sravani
Forum Newbie
Posts: 1
Joined: Mon Nov 23, 2009 3:53 pm

changing text in .png

Post by sravani »

hi

I want to change the text of existing .png file so how can I make it.

Thanks
User avatar
iankent
Forum Contributor
Posts: 333
Joined: Mon Nov 16, 2009 4:23 pm
Location: Wales, United Kingdom

Re: changing text in .png

Post by iankent »

Not a PHP question really. You'd need to use an image editor such as Photoshop to carefully remove the existing text and add replacement text without destroying the image in the process (usually quite easy for things like buttons but not with photos!). Unfortunately it's not a matter of simply choosing to replace the text.
Post Reply