изображения

Center alignment of the image div

There is html: <div class="row"> <? for($i=0; $i < count($alumni); $i++) { ?> <div c ... ; margin: 0px; padding: 0px; } You need to align the image in the center, and it does not align. Who can suggest other ways?

How to remove the white background in the image using PHP?

There are a lot of images on the site - I want to optimize the amount of files. I want to do the following things: How do I ... ? How do I crop a photo at the edges of the image so that there are no extra areas, so to speak, but only the working area?

The image is not displayed in django

I do not display the image in django, but if you do it through admin, everything works. I need a user to do this, not an adm ... p> </div> </a> </div> {% endfor %} {% endblock content %}

Proportional image resize in width and height

Code, copy to jsfiddle html, body { height: 100%; } .table { display: table; width: 100%; height ... lly? How do I do this without Javascript? (I know how to do it with Javascript.) You can use the most newfangled CSS3 pieces.

How do I make an image mask that changes part of the image to grayscale?

You need to put a circle on the image, outside of which the image will change color to grayscale, and inside the circle the c ... = img1-41 ax_1.axis('off') ax_1.imshow(ax_1.Img) Who knows how this can be implemented? The first picture in the image: .

Image search yandex images python

I need to implement image search using the yandex images service. Does Yandex have an api for this. Please watch the video: h ... earches for similar images. In general, the url that the bot uses has the parameter: token. This is usually seen in the api.

PNG format IDAT chunk, how to upload PNG

I need to extract color information from an image in the png format, including the alpha channel. If you open the image in th ... need will be located in the IDAT block. True, they are encrypted there. Can anyone know how to decrypt this block using C++?

How do I convert a.png image to sprite(2D and UI) programmatically?

How to programmatically convert an image to sprite programmatically? I get a list of images like this: public void GetFileSe ... ror); } } } } } How do I now automatically convert images to sprite(2D and UI)?

Unity random appearance of images

Good afternoon, sooooo need some help)) Now I'm writing a layout in Unity, there are 8 pictures with arrows, I want them to ... appears behind it , I don't know how to do it ((I only managed to deal with timerbar, I ask for help, Thank you very much!!

Remove noise from photos for further text recognition

You need to recognize the text using Python. My choice was the library pytesseract, but it just does a terrible job if there ... ow to filter such photos, which libraries are worth paying attention to, or what materials I should look for on the Internet.

Upload an image from the server with authorization

I need to download images from the server and display them in my ListView. The code that loads the image: public class Downl ... y performed, and after it, the images are already loaded. If you use this code, then images are not loaded. What should I do?

Search for similar images on the Internet?

How do I search for similar images on the Internet?

Automatic image cropping

What is available? Some array of photos on which there are cables attached to a white stand (one of the copies will be atta ... the stand borders each time. Are there ready-made solutions for such cases? If not, how can this be solved? Photo instance:

How do I recognize text from an image?

I have such a problem. I want to write a program for recognizing and reading text from an image (like a captcha). I use Pytho ... library should I use and how can I read the text without downloading the image itself (when it just appears in the browser)?

Link with the image to the left of the text

Hello ! Tell me how to make a link with an image so that the image is the background and on the left, and the text is on the right and aligned in height. As in this image. Thank you in advance.

Search for the coordinates of an object in a filtered image

There is a filtered image without unnecessary noise. There are problems with finding the object in the image even on a black ... the coordinates of the object, but the coordinates of the area in which the NON-black color prevails. I hope for your help

Upload an image and get a link to it piccy.info

You can somehow upload the image to piccy.info and get a link to it? Or maybe there is some tried and tested way to upload an image to some hosting site and get a direct link to it, in automatic mode?

How to get rid of the black background on the back of a png and gif image when uploading to PHP

There is a class in PHP to reduce the size of images http://pastebin.com/TfMhh9iq And when you reduce png and gif images with a transparent background, a black background is added to the back. How do I assign my background, i.e. white?

How to overlay images in C#?

There is a PictureBox, a background image is loaded into it. You need to add a few more images on top, and they should not co ... s are the same size. Basically, I need to implement the ability to show different layers as in image editors. No ideas yet =(