Questions tagged as 'imagen'

1
answer

Intentions when uploading some images to the server with PHP

SOLVED THE PROBLEM. The problem is already solved and I explain it to you next in case someone else happens the same. The code initially worked without any problem but when uploading the images some of them failed and were uploaded in a c...
asked by 04.08.2018 / 19:04
1
answer

Delete all tones of a bitmap color c #

Hi, I'm trying to delete all the orange tones of an image saved in a bitmap, I need to do OCR on the image with tesseract and the orange color of the scanned document seems to hinder the process producing errors in the text, I tried removing the...
asked by 31.03.2018 / 05:06
0
answers

Why are not images uploaded to Phaser?

I am starting to use phaser to create games and I found a problem that I can not find for more tests that I did. I can not show the images I'm uploading. You only see a small square in the center, (I show it in this capture: when you should see...
asked by 17.12.2018 / 16:49
1
answer

Move figure title with matplotlib

I am using matplotlib, I have to make a figure with a second x-axis (above the figure), that worked for me with the following code. But when I want to title the figure, it overlays with the name of the top axis. Does anyone know how to solve thi...
asked by 31.07.2017 / 22:23
0
answers

Pass a TIFF image from 12 bits to 8 bits

I am trying to convert my TIFF image from 12 bits to 8 bits to be able to do a GLCM but it generates this problem:    AttributeError: 'module' object has no attribute 'unit12' This is my code: import numpy as np import matplotlib....
asked by 18.03.2017 / 01:38
2
answers

How can I explicitly cast in an image? C #

Through an API this returns an image (supposedly), so I created a list with all the images I needed to cast them in a pictureBox, without emargo, I get the following error:    Unable to convert the type implicitly   'RiotSharp.StaticDataEndPo...
asked by 14.08.2018 / 21:24
1
answer

How do I pass an image from my view to a controller? MVC

Hi, I have the following problem, I need to get an image of an input and pass it to the controller; The code I use is the following: HTML: <div class="row"> <div class="col-xs-12 col-sm-10 offset-sm-1"> <input name="...
asked by 19.04.2018 / 05:34
1
answer

Notice: Array to string conversion

Why does it show me the error: Array to string conversion? If I just pass a value to the function anadirImagenAccesorio , and that value is a text. PHP Code: static public function anadirImagenAccesorio ($descripcion) { $e...
asked by 13.12.2017 / 20:25
1
answer

post images

I am developing a website link in which I have a page that uploads images to a server of Windows Server type. The folder where I want the images to be saved is in the same one that the project is located in, that is to say. C:\Users\adm...
asked by 06.09.2018 / 21:10
2
answers

I can not adjust the images to the bootstrap carousel and adjust the images on the img card

I try to add the images to the bootstrap carousel and I can not make them fit the exact size (I always have bigger ones) I tried to review the CSS but I do not understand it perfectly and nothing I try works. <meta charset...
asked by 08.11.2017 / 00:51