Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Phantom – Thumbnail Quality #4217
    Velidan
    Participant

    I register in wordpress.org specifically to assess a maximum (5 stars) of your plugin. Thanks!

    in reply to: Phantom – Thumbnail Quality #4208
    Velidan
    Participant

    Dear Rattus. You are best of the best. Many thanks for your help. I am very grateful to you.
    I wish all best to you from Ukraine. Thanks.

    in reply to: Phantom – Thumbnail Quality #4205
    Velidan
    Participant

    http://ethereal-fantasy.com/portfolio/drawings_on_clothes/

    Here you are. As you can see previews thumbnails of all except 5 (in the center – i manually greate this thumbnail in photoshop, just for example) is very poor quality, because they do not 350px width, so they just “zoomed”. How can make them to generates a width 350px? Thank you very much!
    I think in core.php (thumbnail function) we can make somethink with “resize”, can we? Thanks.

                                                          $editor->set_quality( $thumbimg['quality'] );
    
    							$resized = $editor->resize( $thumbimg['width'], $thumbimg['height'], $thumbimg['crop'] );
    							if ( is_wp_error( $resized ) ) {
    								@unlink( $fileinfo['filepath'] );
    								@unlink( $fileinfo['filepath_original'] );
    								$return = array(
    									"error" => array( "code" => $resized->get_error_code(), "message" => $resized->get_error_message() ),
    									"id"    => $fileinfo['basename'],
    									"tip"   => "editor->resize->thumb({$thumbimg['width']}, {$thumbimg['height']}, {$thumbimg['crop']})"
    								);
    
    								return $return;
    							}
    
    in reply to: Phantom – Thumbnail Quality #4198
    Velidan
    Participant

    I have the same problem. Please tell me how to solve this problem

Viewing 4 posts - 1 through 4 (of 4 total)