Author Topic: Image resolution is reduced when using the resizer  (Read 5888 times)

0 Members and 1 Guest are viewing this topic.

Offline northlandadv

  • Pre-Newbie
  • Posts: 6
    • View Profile
Image resolution is reduced when using the resizer
« on: November 20, 2008, 05:58:47 PM »
Hi..  I'm testing 4images right now but have run into a big issue.

I've got a lot of large images (3000px wide @240DPI) and I'm trying to bulk reduce them to 800px wide.  Unfortunately, when resized, the resolution is also reduced to 72DPI.  I've dug through the scripts but can't seem to figure out why this is happening, and I can't seem to find anything in the forum that would explain it.  I've left my image quality set to 100, so I'm not sure why it's doing this.

Any help would be appreciated!

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: Image resolution is reduced when using the resizer
« Reply #1 on: November 20, 2008, 06:34:52 PM »
Hi,

i thing, this is what do you dearch..
Easy and fast way:
http://www.4homepages.de/forum/index.php?topic=21980.msg119784#msg119784


Kurt

Offline northlandadv

  • Pre-Newbie
  • Posts: 6
    • View Profile
Re: Image resolution is reduced when using the resizer
« Reply #2 on: November 20, 2008, 06:57:48 PM »
Thanks Kurt.....I'll translate and have a look!

Offline northlandadv

  • Pre-Newbie
  • Posts: 6
    • View Profile
Re: Image resolution is reduced when using the resizer
« Reply #3 on: November 20, 2008, 07:19:39 PM »
Worked great.  Thanks!

Offline northlandadv

  • Pre-Newbie
  • Posts: 6
    • View Profile
Re: Image resolution is reduced when using the resizer
« Reply #4 on: November 20, 2008, 07:51:07 PM »
One important note; this does NOT work with IE 7 unless you declare "XHTML 1.0 Strict" in your DTD.  Then it works great!

Offline northlandadv

  • Pre-Newbie
  • Posts: 6
    • View Profile
Re: Image resolution is reduced when using the resizer
« Reply #5 on: December 02, 2008, 06:16:29 PM »
Okay, so I've got this working great on the public side, but my admin/edit image area still shows the image at its full size.  I've looked around and can't find separate templates for admin.  Am I missing something?

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Image resolution is reduced when using the resizer
« Reply #6 on: December 03, 2008, 01:57:13 AM »
Welcome to 4images forum.

ACP (Admin Control Panel) does not use templates, you'll need edit admin/admin_functions.php to set proper DTD and admin/images.php to do the changes for image display.
But before you start digging in the code, see if this mod will help:
http://www.4homepages.de/forum/index.php?topic=6759.0
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline northlandadv

  • Pre-Newbie
  • Posts: 6
    • View Profile
Re: Image resolution is reduced when using the resizer
« Reply #7 on: December 03, 2008, 02:54:04 AM »
Awesome, thanks for the link  :)