imagem

Latex image and text

When I write in Latex I have the following problem that I will try to explain with an example: When I start writing I want ... t1 Text2 Image1 Imagem2 How can I solve this problem so that my document follows the structure I want even with space left?

How to upload an image through clipboard (copy and paste)?

I was taking a look at the functionality of the site Imgur. When you make a printscreen or even copy an image (not the link, ... send via upload. And I would also like to know if it is possible to transfer clipboard content (CTRL+C) to a Javascript Blob.

Creating Responsive Random Image

I have this code (below), where I can create a random banner, but it is not responsive, or rather the image is not responsive ... } } randomImage.generate(); </script> </body> I need help! How do I make this banner responsive?

Image without quality-Safari

Image of the logo of the site on which I am developing loses quality when I open the site in Safari. Has anyone been through this and knows how to solve?

Create divs with texts and images

I have very basic knowledge in html and css, so I want your help for building some points of the layout below using HTML and ... eight:100px; "/> <p style="float:right; background-color:white"> Ler</p> </div> </div>

Error "No such file or directory" but the file is saved in the database

I have the following problem: when I submit a form that contains photographs the error described in the title appears. if you ... n line 65 Line 65 is the one that contains the following code: if (move_uploaded_file($tmp, $folder."/".$novonome[$i]))

View BMP image saved in Oracle in PHP

How to recover a BMP image saved in an Oracle Bank and display it on the screen unfortunately I can not store the files of the images on the server and save in the bank only the path.

How to resize an image in c#?

I am working on an application that receives image uploads. It happens that the client sometimes sends these images with a ve ... How to resize an image with C#? It is necessary to install some additional library, or already is there any standard library?

Resize image

Good my system has an area where the user registers information about the site. So REGISTER images. The system does not restr ... ike to know options of how to treat these cases in a more efficient way, which can be using jQuery, css, or other technology.

How to count the objects present in the image with PHP?

The original photo of the bean is this: Decreases the resolution of the photo, I have already applied a filter to be gray ... lowing: From there I'm trying find a way to count how many portions of x has in that array. Can someone help me with this?

Should one resize an image in the browser?

I have already read in some places that we should not resize the images that we ask from the server in the browser. But I rec ... So my question is: how do I do it? I take a large image and resize it in my CSS, or I take an image of the exact size I need?

How to make an image increase without losing quality with CSS?

I want to create a kind of photo gallery, but it's the following, inside a <div> are several photos that, even if they ... mes "blurred". I wanted that same effect (or similar effect), but without lose image quality. Does anyone know how I do that?

Convert HTML as image

I own a string with the HTML of the page, is there any way to save it as an image? Render the entire page as an image, and if possible, store it in a MemoryStream.

How to save path of a photo taken from mobile camera in Path or String

I need to take the path that was saved the image and save it so that whenever I launch the app the image appears in an ImageV ... .get("data"); imageView.setScaleType(ImageView.ScaleType.FIT_XY); imageView.setImageBitmap(photo);}}

Why so many folders with the name "Drawable" on Android?

I have a silly doubt. I already know that the folders Drawable on Android is to put the images with the relevant resolutions. ... ion is this: when I go to make an image to put in some application will I need to create it in several different resolutions?

Assemble an image from other images with PHP

Hello; I would like to know if I can assemble an image from other images sequentially. For example: let's say I have a re ... 0, 0, 0, 0, 60, 60 ); imagedestroy( $lim ); } header('Content-Type: image/jpeg'); imagejpeg( $im ); imagedestroy( $im );

How do I insert an image as the background of a div?

I want to add an image as the background of a div, and for this, I am using the following code: <div class="container"&g ... ge: url(imgs/backgroundpage.png); width: 400px; height: 400px; } My image is not appearing. What am I doing wrong?

How to access the print screen image?

When we press the key Print Screen of our keyboard, the screen image is saved in some cache, in memory, somewhere, because w ... en we give Ctrl V after, In Paint for example it trims, how to access the location and "pick up" the image from there in C#?

How to capture colors from an image in a JLabel that behind another JLabel?

I need to get the pixel colors of an image inserted into a JLabel with MouseMotionListener, and this JLabel is under or behin ... } }; label1.removeMouseMotionListener(ml); label.addMouseMotionListener(ml); } }

What is the recommended DPI for images used on websites?

I have always used 72 dpi in my images, but currently this standard has been presenting low definition thanks to a variety of ... with different resolutions (notebook, tablet, smartphones and etc). What would be the recommended DPI to be used these days?