Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 01-26-2014, 07:06 PM
Action-N's Avatar
Action-N Action-N is offline
 
Join Date: Jan 2002
Location: Pasco, WA
Posts: 225
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default thumbnail compression

This is more of a general programming question. In creating thumbnails both jpeg an png accept compression but at different number scale, jpeg 100 an png 9. I have one variable for jpeg an wondered if someone could help with a ratio conversion to create a compression number for png from the jpeg number. Also is this smart to link them or is it better to allow users to pick the compression for each individually. Thanks for any help.

I just spent a week bashing my head off the keyboard working on image handling code for my new project an just wanted to cheat on this an ask for help.
Reply With Quote
  #2  
Old 01-26-2014, 07:41 PM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't know a lot about it, but I *think* that those numbers don't mean the same thing. The jpeg number is a quality factor because there is lossy compression being done. I *think* the 1-9 number for a png is the zlib compression level, which is a size/speed tradeoff and won't affect quality. If that's true, then maybe you don't even need to make that an option.
Reply With Quote
  #3  
Old 01-26-2014, 08:06 PM
Action-N's Avatar
Action-N Action-N is offline
 
Join Date: Jan 2002
Location: Pasco, WA
Posts: 225
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just went an reread on it an yes your right, so they are not the same an shouldn't be connected. Reading the comments it says "-1" will set to the default compression of the server. Makes sense to do it that way. Plus I had it backwards, 9 was the most compressed an would have been reversed from the jpeg quality.

http://www.php.net/manual/en/function.imagepng.php
Reply With Quote
  #4  
Old 01-26-2014, 08:20 PM
tbworld tbworld is offline
 
Join Date: Oct 2008
Posts: 2,126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am not a complete expert on this either, but I have written quite a few converters in my life.

@kh99 has it exactly right about the png deflate compression. In most cases these are back-end optimization settings and there is really no need to have your users set these values.

To sum up, on thumbnails... If I use image-magic/mogrify I use 85% on the thumbnail. GD2 I use 75% since there doesn't seem to be any great output clarity difference at 85%. if you detect retina devices and you have the ability to store separate thumbnails, then the numbers above my not apply, but I use the same numbers.

Portable devices we display a special resolution picture and no thumbnails, I played around for a long time on multiple devices and found that between 75% and 85% seemed optimum. Retina of course we send double the resolution. We use this lower sized picture as our thumbnails for desktop and let the user set the size of thumbnails. We have never found a need to alter the loss-less settings after our initial determination.

PS: Our pictures are typically technical so clarity is everything. Make sure you server does not try to re-deflate the images.

You might also want to look at 'jhead' and 'jpegtran' if your trying to add various user tools for your images.

Have fun!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:01 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04186 seconds
  • Memory Usage 2,184KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (4)post_thanks_box
  • (4)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit_info
  • (4)postbit
  • (4)postbit_onlinestatus
  • (4)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete