Questions tagged as 'imagem'

0
answers

Loading images in SPA

I'm developing a SPA-based application with Vue.js and would like to improve the loading of the images. Now whenever the user accesses all the images they are downloaded, slowing down the total loading of the page. I would like only the initi...
asked by 13.07.2018 / 16:52
0
answers

Create thumbnails of multiple images in a folder at one time

Good afternoon folks, I need to create thumbnails of all images contained in a given folder and save them inside a thumb folder Ex: "Photos" folder with multiple JPG images If the thumb folder does not exist, the code must create and save...
asked by 28.06.2018 / 18:23
1
answer

Image html mapping that works on mobile

Hello! I have a wordpress website with the BeTheme theme installed. It has slides, among other features. I'm doing the mapping of an image and for that I used the Gimp. It worked almost perfectly, except for the fact that the coordinates are wro...
asked by 27.06.2018 / 04:13
0
answers

Display .tiff images in html

I need to display a modal image, the problem is that it is .tiff I've researched in several places, and I could not find a solution. Can anyone help?     
asked by 25.06.2018 / 03:25
1
answer

How to get user image in session and add in html?

I'm developing a web application using spring boot. I already have a saved image of the user in the database, now I would like to assign the image of the user logged into the session in the profile photo of my dashboard. How to do this? I can br...
asked by 29.06.2018 / 16:55
0
answers

Uploading images - JSP

I'm working with a project in JavaWeb, and I upload image in it, but at the time of showing the image, I need to run the project again to show it. I think I need to update the server at the time of showing or something. Any solution?     
asked by 03.09.2018 / 22:17
0
answers

How to copy content from a google doc file that contains tables with images?

I want to use google script to copy content from a source file to a destination file. The source file contains images inside tables. The problem is that the sample scripts I used do not generate the images inside the tables, ie the images that a...
asked by 21.06.2018 / 04:29
0
answers

How to save photos contained in an HTML table by naming them according to the code contained in another column?

Hello, I had access to some pictures (of students at the school where I teach) that I need to save in a single folder, so that the files are named according to the student's file number. For example, student of record 1234567 will have his photo...
asked by 16.05.2018 / 17:46
1
answer

Upload resized image in wordpress

Good evening. I'm trying to load only the "thumbnails" of the images in my custom page, however the site loads the original image and resizes it. This is loading my site. My code: <?php if ( $the_query->have_posts() ): ?> <d...
asked by 05.05.2018 / 03:13
1
answer

How to disable page cache [duplicate]

I have a page that saves the user's photo, when editing the photo the cache always continues taking the old photo to display. Already tried using: and I tried to use some variations of it and it does not work. Does anyone know any other w...
asked by 27.04.2018 / 16:58