Lets say you are developing an app, mobile or web for someone or your own project but you need logos, icon or images with certain size and transparency real quick.
Here is a list of imaging tools available for free online that you can utilize to get that image in 5 minutes!
Say you scaffolded your app and need to change the header logo
and this is the logo you need to work with
and below is the style for the logo
.logo {
width: 120px;
height: 31px;
background: rgba(255, 255, 255, 0.2);
margin: 16px 24px 16px 0;
float: left;
}
- Crop PNG & resize https://resizing.app/
crop
resize
- Remove background onlinepngtools.com
- use it
Now you have a transparent image to use as logo. Not the prettiest but that gets you going superfast!
Top comments (0)