Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 930663
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T20:22:26+00:00 2026-05-15T20:22:26+00:00

I am doing an social networking project ,where i have an option to add/edit

  • 0

I am doing an social networking project ,where i have an option to add/edit photos ,When user clicks the button the image will be uploaded to the database and it will be updated…is it possible to crop the image before it is saved to the database.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T20:22:26+00:00Added an answer on May 15, 2026 at 8:22 pm

    simply call this function ..with param source ,destination and size what u want 🙂

    function cropImage($source,$dest,$whsize) {
    
                    $size = getimagesize($source);
                    $w = $size[0];
                    $h = $size[1];
                    $xratio=$w/$whsize;
                    $yratio=$h/$whsize;
    
                    if($xratio > $yratio)$multiplier=$xratio;
                    else $multiplier=$yratio;
    
                    $nw=$w/$multiplier;
                    $nh=$h/$multiplier;
                    switch($size[2]) {
                        case '1':
                        $simg = imagecreatefromgif($source);
                        break;
                        case '2':
                        $simg = imagecreatefromjpeg($source);
                        break;
                        case '3':
                        $simg = imagecreatefrompng($source);
                        break;
                    }
    
                    $dimg = imagecreatetruecolor($nw, $nh);
    
                    $wm = $w/$nw;
                    $hm = $h/$nh;
    
                    $h_height = $nh/2;
                    $w_height = $nw/2;
    
                    if($w> $h) {
    
                        $adjusted_width = $w / $hm;
                        $half_width = $adjusted_width / 2;
                        $int_width = $half_width - $w_height;
    
                        imagecopyresampled($dimg,$simg,-$int_width,0,0,0,$adjusted_width,$nh,$w,$h);
    
                    } elseif(($w <$h) || ($w == $h)) {
    
                        $adjusted_height = $h / $wm;
                        $half_height = $adjusted_height / 2;
                        $int_height = $half_height - $h_height;
    
                        imagecopyresampled($dimg,$simg,0,-$int_height,0,0,$nw,$adjusted_height,$w,$h);
    
                    } else {
                        imagecopyresampled($dimg,$simg,0,0,0,0,$nw,$nh,$w,$h);
                    }
                 $dest=$dest.'jpeg';
                    imagejpeg($dimg,$dest,100);
            }       
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hi I am doing an social networking project ,where i have an option to
Doing the below will reproduce my problem: New WPF Project Add ListView Name the
Am wondering, when a new project arrives, say building a social networking website, how
Hi Ive been planning on doing a social network project and im wondering if
I am doing an analysis of Credit Union social activity. I have some code
I am doing some research for some social network project which i am going
What am I doing wrong here? I have a .social div , but on
I am doing a project on Social Network Analysis of Facebook Network. I had
Hey Guys, I am doing a social networking site that requires a good bit
I am creating a social networking type website. The website is doing great in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.