Questions tagged as 'imagem'

2
answers

Convert HTML as an image

I have string with the page's HTML, is there any way to save it as an image? Render the entire page as an image, and if possible, store it in MemoryStream .     
asked by 15.03.2017 / 19:03
2
answers

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

I need to get the path that saved the image and save it so that whenever I start the app the image appears in an ImageView. My code is the one public void onClickCamera(View v){ Intent cameraIntent = new Intent(android.provider.MediaStore...
asked by 09.05.2014 / 12:42
2
answers

How to optimize a Gif's color palette?

I have a method that generates images through an array of bytes that I get in the database. The generated files are between 15 and 130 kb in the gif format, they were bigger but it diminishes the dimensions a little. But I need all files t...
asked by 13.06.2014 / 16:37
1
answer

How to display a specific image?

I'm making a movie system that registers the poster of the movie and I want it when I generate the report with all the films registered, it shows me the image of the poster saved in the bank and not the name of the image. I found a code that sho...
asked by 16.09.2015 / 22:31
2
answers

Change System Logo

I'm creating in a system that I'm developing for our client, a function where it allows the same to upload the logo and cut it, then when it's saved I'm trying to load the image that was uploaded, but it happens I need it to always be the same n...
asked by 04.02.2016 / 12:31
1
answer

How to access the public directory of Storage in Laravel 5.3?

I need to access saved images in the /storage/app/public directory on views , but I can not, I have a 404 . I'm doing the following: <div class="row"> <img src="../storage/app/public/3.jpg"> </div>...
asked by 16.12.2016 / 13:03
1
answer

Problem loading image in HTML (Performance)

While the script is downloaded and run, the entire parser process of the DOM is blocked, this prevents rendering of the rest of the page. And this applies to every script tag on the page. OnewayIfoundto"work around" this problem was to put all J...
asked by 08.06.2015 / 14:26
1
answer

Make Responsive Image in Delphi

I'm in a project and need to put a background image, I would like to make that image responsive, but I can not. I'm using Timage to insert the image.     
asked by 21.09.2017 / 18:05
1
answer

Catch the image of a WordPress post from an external file

I have the titles of my last posts, however I also need to search and display the images along with the title. This is a file outside the WordPress folder, a static page I did in HTML and CSS: <?php include('esenergy/wp-load.php'); // Blog...
asked by 27.01.2016 / 17:15
1
answer

Check area size on Canvas

I have a code that when you open the report information, a rectangle is created on top of each image in Canvas. However, these images have different sizes, but the canvas remains the same size. I need to make if the area of the image is 1 the ca...
asked by 30.09.2015 / 16:30