• how to load large images without compression
    I have image 6400×10000 pix / 7mb
    how to download uncompressed and create thumbnails ?

    the image is uploaded to the site and not created thumbnails –
    but in the post, I may add this image –
    I need miniature for optimize the speed –
    I need the original image for users

    (I do not need plug-ins for compression)

    php

    
    allow_url_fopen	On
    apc.max_file_size	32M
    date.timezone	*********************************
    default_charset	utf-8
    display_errors	Off
    error_reporting	E_ALL & ~E_NOTICE
    file_uploads	On
    include_path	*********************************
    log_errors	Off
    mail.force_extra_parameters	no value
    max_execution_time	30
    max_input_time	60
    max_input_vars	1000
    mbstring.func_overload	0
    mbstring.internal_encoding	UTF-8
    memory_limit	128M
    open_basedir	no value
    post_max_size	32M
    realpath_cache_size	16k
    session.save_path	/tmp
    short_open_tag	On
    upload_max_filesize
    
Viewing 2 replies - 1 through 2 (of 2 total)
  • WordPress generates images that are specified by the theme.

    You can see this under the Setting -> media options of your theme.

    All image formats are compressed if they where not the size of the image would be difficult to upload. The only way you going to increase the number of sizes supported by the theme is to either create a child theme that supports them or use a plugin.

    In either case you will probably need to use a plugin like Regenerate Thumbnails to adjust the size of the images that have already been uploaded.

    • This reply was modified 9 years, 4 months ago by mrtom414.
    Thread Starter kolshix

    (@kolshix)

    “Setting -> media options ” – I know – there all right –
    Regenerate Thumbnails – Does not help – Long loading and nothing happens

    
    Regenerate Thumbnails  :
    function (){return f&&(c&&!b&&(h=f.length-1,g.push(c)),function d(b){n.each(b,function(b,c){n.isFunction(c)?a.unique&&j.has(c)||f.push(c):c&&c.length&&"string"!==n.type(c)&&d(c)})}(arguments),c&&!b&&i()),this}
    
    • This reply was modified 9 years, 4 months ago by kolshix.
    • This reply was modified 9 years, 4 months ago by kolshix.
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘large images without compression’ is closed to new replies.