Questions tagged as 'jpg'

1
answer

Trying to upload JPG via Javascript and Ajax [duplicate]

I've created the following form below on a client's website, so that you can change a user's photo: <form id="formulario" method="post" enctype="multipart/form-data"> <div class="blocoCampo"> <span> Escolher nov...
asked by 28.06.2017 / 19:12
1
answer

How do I validate how many images are inside a TIFF file?

I want to do a validation in C # when converting a TIFF image to JPEG I can see if all the images have been converted, since TIFF is a single file that sometimes brings several images inside it. So sometimes I have 10 TIFF that generates 30 J...
asked by 25.01.2017 / 14:46
1
answer

PHP and Javascript - Hosting and opening files in other formats besides PDF

I created a way to host presence list files in events on my client's website. Here is the code: <b>Arquivo da lista de presença (PDF):</b> <?php if($evento['arquivo'] == '1'){ echo '<a href="http://meusite.com.br/upload/w...
asked by 09.12.2016 / 18:39
0
answers

how to convert pdf into image

First of all I would like to thank you all for helping me with my previous questions, however I am trying to do something that I saw done in gmail and I found it interesting: when you send a PDF document it creates a thumbnail of the document an...
asked by 25.06.2018 / 19:59
0
answers

Interpreting JPG in Python

I would like to know how to interpret a JPG image with Python? I want to manipulate it but before I need to open the file and interpret it, I would also like to know if there is a more compact form of file than the JPG.     
asked by 30.09.2017 / 04:55