The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
3answers
28 views

Find new proportional dimensions of an image in PHP

I have a site and I want to upload an image and resize it because I have to put it into a div with a certain dimension. For example my max-width is 200px and max-height is 100px I want to upload the ...
0
votes
0answers
22 views

getimagesize not work with large image

This script is used to reduce the size of image. It only works with images that are size less than 2MB. When I use images greater than this size, it will generate an error in getimagesize with that ...
0
votes
1answer
144 views

Warning: getimagesize() [function.getimagesize]: Filename cannot be empty warning message?

Up until recently I've been using some PHP to upload photos to a site. But suddenly it's started triggering all sorts of error messages. I use a form that on action runs the following code: ...
0
votes
1answer
114 views

getimagesize() expects parameter 1 to be string, array given

I am using getimagesize to validate the image type but don't know how to write the script for multiple file. Basically, I have a form that will allow upload of multiple image files like below. ...
1
vote
0answers
41 views

Warning: getimagesize(). Shows error but does the Upload. (PHP)

There is an very strange issue here. Is when i upload photos. Always when i upload a photo appears the error: Warning: getimagesize(C:\xampp\tmp\php2D6C.tmp): failed to open stream: No such file or ...
0
votes
0answers
28 views

Convert bbcode without preg_replace

I'm using bbcode for my blog's admin section and I'm using this function (it works fine): function bbcode_format($var) { $search = array( '/\[size=(.+?)\]/is', '/\[color=(.+?)\]/is', ...
0
votes
4answers
64 views

PHP check if file is an image [duplicate]

Is there a way to make sure a received file is an image in PHP? Testing for the extension doesn't sound very secure to me as you could upload a script and change its extension to whatever you want. ...
2
votes
3answers
115 views

Running a PHP script from within Python - Pass value from Python to PHP

SOLVED: Solution ------------------------------------------------------------------ I would like to execute the function getimagesize() from the PHP standard library in a Python script. The function ...
2
votes
1answer
132 views

Remote image size and dimension in PHP getting HTTP error [closed]

I hosted images in Amazon S3. And I point the URL static.example.com to S3 Bucket. When I directly enter the URL http://static.example.com/path/mypic.png in browser the image is existed, I can view ...
1
vote
2answers
174 views

Display actual image size within existing PHP code

I am building a Wordpress website. Please don't mind that I'm not working on a local or testing server, or my code. It's messy at the moment while I try to figure out this programming bit. By going to ...
0
votes
1answer
265 views

Remote PHP getimagesize()/ Check if exist

I am using getimagesize() to collect image information loaded remotely. The problem is if the remote server takes too long on the request or the image doesn't exist and I get an error timeout. What ...
3
votes
1answer
131 views

PHP is_readable returns true for non-readable file

I have an image processor PHP script, and it contains the following code: if (!is_dir($fullFile)) { if (is_readable($fullFile)) { $im = getimagesize($fullFile); // ...
0
votes
1answer
79 views

getimagesize fails when fetching a file

I have some problem using getimagesize(). After uploading a file, the latter is put . But when I call getimagesize() (or fopen()), I get this error message ...
1
vote
4answers
308 views

PHP - getimagesize() redirect not working

Problem: getimagesize() does not work for some URLs, especially ones that are redirecting. I googled around and checked stackoverflow but to no avail. Here's what I see on my local machine: ...
1
vote
1answer
76 views

Different “jpeg” extensions and php's getimagesize()

So, some img has .jpg extension, some .jpeg, some .JPG and also some .JPEG. Question: for php function getimagesize(), these 4 extensions is same and will always return image/jpeg as mime type ?
1
vote
0answers
128 views

PHP getimagesize, Mysql fetch from DB and update field

I've been a lot around this site the last couple of days, and found a lot of useful tips for a newbie to php as I am (this is my second day :) ) Therefore I'll sure hope you gurus can help me ...
0
votes
3answers
206 views

getimagesize on dynamic image

I have a MySQL table in which I store user avatars as a blob. I fetch those images with a script called avatar.php which outputs the image. To request a specific user image, you have to call ...
0
votes
3answers
194 views

getting image size in google chrome is undefined

I have several image tags and div in my html as below. My requirment is to calculate the height * width of each image and do the following if the ...
0
votes
1answer
198 views

PHP getimagesize of PDF -> Blob

I am trying to achieve the ability to add PDF uploads to an existing image upload function I've inherited. I've noticed that I'm not able to use getimagesize on PDFs. Is there a way to determine the ...
0
votes
2answers
103 views

Bulletproof method for uploading images through PHP

I have been researching this topic for the last couple weeks now and it's really beginning to bug me that I can't find a definitive answer for it. I have a website where users are able to upload ...
2
votes
5answers
801 views

Android: bitmap.getByteCount() in API lesser than 12

When i searched for how to find the size of an image before saving it on the SD card, i found this: bitmap.getByteCount(); but that method is added in API 12 and i am using API 10. So again i found ...
1
vote
3answers
239 views

getimagesize() limiting file size for remote URL

I could use getimagesize() to validate an image, but the problem is what if the mischievous user puts a link to a 10GB random file then it would whack my production server's bandwidth. How do I limit ...
2
votes
1answer
1k views

jQuery Masonry and Ajax-fetching to Append Items Causing Image Overlap

Another image overlap issue here using Masonry and Ajax to append items in Wordpress. The first time more items are appended, the images overlap. However, when the page is reloaded, the images no ...
0
votes
2answers
463 views

PHP - get blob image size - FPDF - getimagesizefromstring doesn't work

So I am using php/oracle to create a PDF via the FPDF class/plugin. I am using the Mem_Image class/script to add a blob image to my PDF, but I am having trouble determining the size of the image. I am ...
0
votes
0answers
473 views

Odnoklassniki: How to view the full-size (uploaded) image? [closed]

I have uploaded a 3872x2592 pixels picture on Odnoklassniki. When I right click on the picture on Odnoklassniki and paste the source to my browser, I get this link: ...
0
votes
1answer
185 views

Slow getimagesize from local server

I am trying to fetch image from few external sites as I’m trying to develop link sharing website for my project. I downloaded file with curl to local server but getimagesize is still very slow (30 ...
0
votes
2answers
135 views

Vertically centering image in a div using jQuery

Hoping someone can point me in the right direction. I've been trying to vertically center an image within a div, which I can do using CSS IF the height of the image is consistent. However (as always) ...
0
votes
0answers
146 views

WP-e-Commerce Product Image is not displaying

Hello total new head here ..need some help ! Getting these Errors : PHP Warning: getimagesize(): Filename cannot be empty in ...
0
votes
1answer
179 views

getimagesize error

My upload/crop function is working almost how I want it. Except Im having to refresh my page to show the uploaded image..And then when I delete the image using the delete button futher down my code, I ...
1
vote
1answer
51 views

Image Scraping hogging server resources/connections?

As part of my web app, I built a system that periodically pulls an RSS feed and scrapes its content. I also look for any image tags present in the feed item, and attempt to pull it to query its size ...
0
votes
2answers
658 views

php getimagesize of dynamically created picture

I am trying to determine if image.php is valid picture file. It may be or may be not because if DB has information about resized picture it is going to be valid - image.php will resize original ...
1
vote
3answers
353 views

PHP getimagesize(): IMAGETYPE or MIME-type?

I have a simple images resizing script that works great for JPEGs, but not for GIFs or PNGs. The first step is getting the correct image type so I can process it accordingly. My question is: It seems ...
0
votes
0answers
347 views

php file upload issue with getimagesize

I have an application where an image is to be uploaded and stored in a database. Now, it somehow all works well when i create a record, but when i try to update the record (and change the image) i get ...
-3
votes
3answers
387 views

How to scrape only the largest images from the DOM?

I am using SimpleHTMLDOM to scrape pages (in servers other than mine). The basic implementation is try { $html = file_get_html(urldecode(trim($url))); } catch (Exception $e) { echo $url; } ...
1
vote
4answers
1k views

GetImageSize() not returning FALSE when it should

Working on a little upload script here. I'm trying to check if the uploaded image really is an image and not just a renamed PHP file. When the script is posted I can print the array with foreach ...
0
votes
2answers
255 views

php getimagesize errors

Im trying to get the image size for an image in my server and the data is in a database or my getimagesize function looks like this $size = getimagesize(upload/$array['image']); print_r($size); I ...
0
votes
2answers
331 views

Error handling & workarounds allow_url_fopen and allow_url_include is disabled on the server

I've got several functions in my php app that relay on calls to file_get_contents(), file_put_contents, and getimagesize(). The problem is that when allow_url_fopen an allow_url_include are disabled ...
2
votes
4answers
1k views

php get all the images from url which width and height >=200 more quicker

I am simular some function like http://pinterest.com add a pin How to get all the images from url which width and height >=200 more quicker? pinterest.com will finish the whole process nearly 10 ...
1
vote
3answers
559 views

PHP using getimagesize() on a file (not a file name)

I am making an attachments system for my website. In a form-based upload method, you can get the image size using: $SizeResult = getimagesize($_FILES['file']['tmp_name']); But using a ...
0
votes
1answer
250 views

How to know the size of a frame or image

This may seem trivial for most people but I am getting problems in determining the exact size i.e. the exact width and height of my video frames. I used cvGetSize but I am probably coding it ...
4
votes
2answers
516 views

Javascript get image size from php generated image

I found this code to get the image size on javascript: function getImgSize(imgSrc) { var newImg = new Image(); newImg.src = imgSrc; var height = newImg.height; var width = ...
0
votes
3answers
219 views

How to find if an image exists, or renders ok issue in PHP?

I have this situation where I have some pictures: http://www.example.com/test1.jpg http://www.example.com/test2.jpg http://www.example.com/test3.jpg .... some of them might be dead links and the ...
1
vote
1answer
229 views

getimagesize returns nulls for PNG images despite allow_url_fopen=1

I use list($pws,$phs,$pfts,$pfas)=getimagesize($row->picurl); on correctly linked pictures which display fine, but some are too wide to fit in the table column. ini_get('allow_url_fopen') returns ...
0
votes
2answers
2k views

Warning: getimagesize(Array) [function.getimagesize]: failed to open stream:

I get the following error in my image upload code: Warning: getimagesize(Array) [function.getimagesize]: failed to open stream: No such file or directory in ...
0
votes
2answers
161 views

PHP if image exceeds 1000px using getimagesize()

I'm using the remote method used in jQuery Validation. I'm referring to a PHP file shown below: <?php $title = mysql_real_escape_string($right_form_url); $size = getimagesize($title); $size[3] ...
0
votes
1answer
182 views

getimagesize() returns incorrect height for an animated GIF

In my PHP debugger (at a breakpoint) I unambiguously observe that the PHP function getimagesize() returns the incorrect height for an animated GIF. Opening the GIF in IrfanView reveals the proper ...
1
vote
1answer
626 views

PHP getimagesize function fails

I'm working with wordpress locally and for some reason when I call getimagesize() from page.php to retrieve the sizes it does not work. I get the warning: ...
1
vote
1answer
129 views

how many bytes do I need to read an image so that I can get its dimensions metadata in PHP

In reference to this question: Super fast getimagesize in php I'm interested to use that accepted answer's code in obtaining the image size from its metadata by reading in just a few bytes in without ...
2
votes
1answer
1k views

getimagesize - failed to open stream: Connection timed out in

In my php script in am trying to get an image from a URL, resize it, and upload it to my server. The script can be seen at http://getsharp.net/imageupload.php?admin=rene - The script is seen below ...
-1
votes
2answers
481 views

getimagesize php - take image from a form [closed]

I have a form where user can submit photos and I want to get the image parameters with getimagesize(). Which parameter getimagesize take? getimagesize($_FILES['upload']['tmp_name']) doesn't work ...

1 2