[wp-trac] [WordPress Trac] #28438: thinking about resizing images
WordPress Trac
noreply at wordpress.org
Tue Jun 3 13:13:22 UTC 2014
#28438: thinking about resizing images
-------------------------+-----------------------------
Reporter: alexufo | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Media | Version: trunk
Severity: normal | Keywords:
Focuses: |
-------------------------+-----------------------------
As we know wp can resize images only on upload. I think this is big
problem for websites in future. This is not flex way. I know about plugins
re-resizing all old images with new settings, but this is so strange...
the best organization resizing images what i know, i see in opencart.
It resized images on the fly with htaccess and saved it to cache.
You can better understand me by reading this article
http://www.myrant.net/2011/03/07/resize-images-on-the-fly-without-messing-
with-image-urls/
I think this is the best method for work with image resizing in any cms.
We resized images only if not exist in cache.
I think we should save images in wp-upload folder only for original
images. All images with name like 100x200-aaa.jpg in wp-upload are
temporary by default (because web design are not constant) and should be
saved in cache folder.
I may be wrong. Sorry. May be current image organization in wp historical
important
--
Ticket URL: <https://core.trac.wordpress.org/ticket/28438>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list