how to remove the background from a logo so that its only the logo remains? - image

Im not sure how to ask this. So i combined two separate images to make a logo using a website. The problem is that no matter how much i try, i cant remove the background from the logo. i was using tailwind to build a navbar and the logo is meant to have a piece of text next to it. meaning that it would be the logo and then the text(Application name), zero space between. but since the logo has a background, it looks like there's some space between the logo and the text. if i change the background color of the logo then the space turns to the color. How do i remove the background altogether so that it is only the actual logo that remains?

Related

CKeditor Copy/pasting without color & background

I like copy past to keep links and list, but when it comes to the colors, users does not understand that it also do takes the background color, which is white and the font color, which is black.
Then, when I render it in a gray background, users do not understand why they have white background..
Is it somehow possible to keep the copy past logic but to remove the color one?

Logo looks different after uploading

Hi, in the first picture you can see what logo I want to upload.
But, after uploading it changes it's color specification a little bit, shown in the second picture (right down corner). It adds the black color.
Could you please help me out?
The code I'm using:
axes(handles.axes13)
imshow('logo4.png')
The problem is in the original png. Here, the top of the logo is set as transparent while the bottom is white. So, when you plot the images using imshow, you have this effect. Either you change the logo png or you can pretend as this problem never existed by setting the background color as white when you load the image.
logo4 = imread('logo4.png,'BackgroundColor',[1 1 1]);
imshow(logo4)
The problem is still there, it´s just someone else´s problem now.
profit.

how to tie powerpoint bullet to related image for purposes of animation?

I'm building a set of slides with bullets. I want to use "appearance" animations so I can step through the bullets with the space bar. On several slides, I have a screenshot image that I've positioned right after the bullet I want the image to be associated with. However, when I add appearance animations, the slide just displays all the screenshot images immediately, before any of the bullets appear. It seems like PowerPoint treats the images as "floating", and not associated with the bullets.
What can I do here?
The fact that the screenshot image is near the bullet doesn't make it part of the bullet or associated text, so it's behaving as expected.
Instead, try using a custom picture bullet for the text or using individual lines of text, each grouped with the screenshot image and each animated individually.

Powerpoint change picture without changing cropping area

I´ve a cropped picture in a powerpoint layer and I want to change the picture without changing the size of the cropping area.
If I change the image by clicking "change picture" the cropping area resizes too, to show the whole picture.
How can I do that without changing the cropping area?
In Apple Keynote you only have to drag the picture you want to the cropping area and you only have to align it.
From my experience, I'm afraid you have to set the crop manually by "Format Picture" -"Crop" to remain the same cropping area when you replace a picture.
This isn't much help, but Libreoffice will do this. Crop, resize, then select your image and re-insert a new image - formatting will be the same, perfect for when you want to quickly redo formatting for same sized images.
In my experience, a picture that you insert to replace an existing one, using Change Picture, will "inherit" the crop&size settings of the old picture IF the old&new images are actually of the same size (in pixels) - if not, the new one will revert to the default crop&size so you will have to redo these manually.
This changes if the image to-be-replaced has any crop setting applied to it in Powerpoint. In this case, the replacing image will not inherit those, and might also be inserted with a different size&position, leading most likely to an unwanted result & further work needed.
A workaround I found is to first remove the crop setting from the old picture, replace with new image, then reapply the crop. This is still less work than having to manually redo the size&position (or to define these based on numbers copied from the PropertiesPane of the old image).
Quick work around: if you plan to have multiple same size images and you wish to use change image to swap the content on each page (something we do with floor plans all the time); don't bother cropping them.
Put the whole image in and crop it by sticking shapes on top of it, which are the same color as the presentation background color, like a mask.
optionally crop the images only when the whole presentation is finished.

AIR Highlight search results inside image

We have an Adobe AIR application. It has an image preview feature to show TIF and JPG images inside a TitleWindow.
My requirement is as follows:
i want to highlight(yellow color) a line containing a searched term results inside that image.
i found out examples which can highlight text inside a textarea. But wanted the same thing inside image.
There can be multiple lines having this keyword. All those llines have to be highlighted.
Not sure if this is possible. Please let me know how can this be done in Flex/AIR.
Create mx.controls.Text, assign style which will paint it yellow and place over the Image. This can be done, for example, with Canvas container which allows absolute positioning.
mx:Text has no background, so it will just text over image. Or do you need some background as well?

Resources