Title: Images submitted and accepted. But...... Post by: cverz2 on September 08, 2016, 08:18:15 PM I recently submitted images for Plants vs Zombies Garden Warfare 2 [Deluxe Edition Walmart Exclusive] for the PS4. They were all accepted but the images are not on the game page.
Title: Re: Images submitted and accepted. But...... Post by: Shadow Kisuragi on September 08, 2016, 10:04:04 PM If they were submitted as JPEG and not JPG, they won't show up. Let me check, and I'll change the extension if that's the case.
EDIT: Yep, that was it. Images are showing up now. Title: Re: Images submitted and accepted. But...... Post by: cverz2 on September 08, 2016, 10:18:29 PM Thank you. I bet all the ones I submitted tonight are going to have the same problem. I'll have to check that in the future.
Title: Re: Images submitted and accepted. But...... Post by: Shadow Kisuragi on September 08, 2016, 10:33:55 PM All the Hardware Images were fine, and I adjusted all the PvZ2 ones.
Title: Re: Images submitted and accepted. But...... Post by: Schlibby on September 09, 2016, 01:47:59 AM This one needs doing too shadow:
http://www.rfgeneration.com/cgi-bin/getinfo.pl?ID=U-215-S-01871-B& I'll leave the rest of his images in the queue for you to approve. Then you can change the file type for them Title: Re: Images submitted and accepted. But...... Post by: mumboking on September 09, 2016, 01:49:25 AM Maybe you should add something in the upload code that changes the file extension automatically?
Title: Re: Images submitted and accepted. But...... Post by: Shadow Kisuragi on September 09, 2016, 08:05:16 AM Maybe you should add something in the upload code that changes the file extension automatically? Or I should just disable it, as JPEG isn't supported across the site. Title: Re: Images submitted and accepted. But...... Post by: mumboking on September 09, 2016, 08:29:06 AM Maybe you should add something in the upload code that changes the file extension automatically? Or I should just disable it, as JPEG isn't supported across the site. You could try using this: Code: <input name="FILE" size="30" accept=".jpg,.png" type="file"> Title: Re: Images submitted and accepted. But...... Post by: Shadow Kisuragi on September 09, 2016, 09:06:28 AM If only it were so easy... It's in the PHP code.
EDIT: Should fail if JPEG is submitted now. Let me know if that's not the case. Title: Re: Images submitted and accepted. But...... Post by: Schlibby on September 09, 2016, 10:59:39 AM @ cverz2 - can you check the image submissions you've done and let shadow know if any still need their file type changing please?
Title: Re: Images submitted and accepted. But...... Post by: Shadow Kisuragi on September 09, 2016, 11:14:28 AM I looked through previously. Should be good.
Title: Re: Images submitted and accepted. But...... Post by: cverz2 on September 09, 2016, 04:46:15 PM My scanner says JPG but when I save it to my laptop it automatically changes to jpeg. I have a lot more images to submit. But I don't want to cause you guys any problems.
Any way to fix this on my end that you guys know of ? EDIT: I think I might have found a way around it. Takes a few extra steps on my part ( going through PAINT ) But I think it will work out. Title: Re: Images submitted and accepted. But...... Post by: mumboking on September 09, 2016, 05:56:48 PM My scanner says JPG but when I save it to my laptop it automatically changes to jpeg. I have a lot more images to submit. But I don't want to cause you guys any problems. All you need to do is change the extension.Any way to fix this on my end that you guys know of ? EDIT: I think I might have found a way around it. Takes a few extra steps on my part ( going through PAINT ) But I think it will work out. I have an idea... Open a command prompt window in the folder containing your jpegs. http://www.sevenforums.com/tutorials/27778-open-command-window-here.html Run this: Code: ren *.jpeg *.jpg I still think it'd be easier for the server to rename these on upload though. Title: Re: Images submitted and accepted. But...... Post by: SirPsycho on September 09, 2016, 06:14:09 PM My scanner says JPG but when I save it to my laptop it automatically changes to jpeg. I have a lot more images to submit. But I don't want to cause you guys any problems. Any way to fix this on my end that you guys know of ? EDIT: I think I might have found a way around it. Takes a few extra steps on my part ( going through PAINT ) But I think it will work out. I always use Paint to scan, and use PNGs. Title: Re: Images submitted and accepted. But...... Post by: Shadow Kisuragi on September 17, 2016, 05:56:31 PM Same - Scan in Paint, do a preview to remove the white space, resize to 550px on short.
I tend to set Custom to 300dpi just so I have resolution to "lose" on the resize. There's a lot of spaghetti code with hardcoded checks for extensions everywhere. We can support JPEG, or other formats even, but I need to get on our sandbox to make and test changes first. JPEG itself is a deprecated format though. Technically, we could have post processing done on the images and resize and save them in whatever format we want... |