обработка-изображений

Libraries for working with images

I need to go through all the pixels of the image. What libraries can I use to do this?

SVG to JPEG on Android

Do you know a way to convert SVG (vector image) to JPG/JPEG/PNG (any bitmap format) in an offline application execution mode on android?

How can one represent a sequence of numbers on the plane (x, y)?

For example, here we have a series of numbers "45623459452473671673563502374152459359079460749527835122", the first way is to ... ues, for example x = 456, y=234, and color = 59, etc. How can they be represented on the plane yet ? What are your ideas ???

Does everything make sense.jpg to convert to png?

Read about the advantage of the .png format over.jpg. And yet, the latter is still widely used. Why is that? As far as I un ... to .png, since the latter is better? Finally, does it make sense for your sites and apps to convert all .jpg images to .png?

C#. Remove the background from the image

I'm writing a program in C#. For this program, I drew a picture and cut out its background. However, when you open it via Pic ... on: is there any way to get around this and remove the white background so as not to spoil the program? Thank you in advance!

C# and neural networks. Where to start and which way to look?

The question is quite general, I know. But I will clarify a little here that it would not be so vague. I am interested in ... eural networks at all? If the task is too much for a beginner in the NS, then what training tasks are better to start with?

How do I add a line of text to an image? Python

There is a picture, you need to add a line of text to it, which you can set. How do I do this with Python? You need to create a bot for the VC, for example, this bot. https://vk.com/memes_bot

converting Numpy NDAarray to JPEG in memory

I have an image in the form of an ndarray, I want to get it as a jpeg, but not by saving, but by saving to a variable. I do ... this data format, hence the question: how do I do this conversion without creating a separate file? How can I implement this?