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

  • Home
  • SEARCH
  • 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 3232988
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T17:13:30+00:00 2026-05-17T17:13:30+00:00

I am working on a new site and would like it to be able

  • 0

I am working on a new site and would like it to be able to add effects to photos uploaded. (Blur, Pan, Swirl, Sparkle, Border, Frames, etc ) I would like the photo manipulation to be in PHP if possible. I need the user to be able to upload the photo, make the edits, then save the edited photo to their computer.


This may be better as a separate question, but if at all possible I would also like the user to be able to save the edited image as their Facebook profile image.

  • 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-17T17:13:30+00:00Added an answer on May 17, 2026 at 5:13 pm

    Try PHP extensions for ImageMagick It’s a standard, tried and true image manipulation library.

    From the homepage:

    Use ImageMagick to translate, flip,
    mirror, rotate, scale, shear and
    transform images, adjust image colors,
    apply various special effects, or draw
    text, lines, polygons, ellipses and
    Bézier curves.

    If you consider using the MagickWand PHP extension:

    The MagicWand docs start off with a nice PHP code sample shown here:

    <?php
      $magick_wand=NewMagickWand();
      MagickReadImage($magick_wand,'rose.jpg');
      $drawing_wand=NewDrawingWand();
      DrawSetFont($drawing_wand,"/usr/share/fonts/bitstream-vera/Vera.ttf");
      DrawSetFontSize($drawing_wand,20);
      DrawSetGravity($drawing_wand,MW_CenterGravity);
      $pixel_wand=NewPixelWand();
      PixelSetColor($pixel_wand,"white");
      DrawSetFillColor($drawing_wand,$pixel_wand);
      if (MagickAnnotateImage($magick_wand,$drawing_wand,0,0,0,"Rose") != 0)
        {
          MagickEchoImageBlob( $magick_wand );
        }
      else
        {
          echo MagickGetExceptionString($magick_wand);
        }
    ?>
    

    Similarily, documentation for things you seek:

    • blur
    • swirl
    • frame
    • magnify
    • and a plethora of others…. On that the main documentation page see all methods listed by searching for the heading: “MagickWand For PHP Methods“.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm new to working with video. I would like to put some tiny video
We would like to be able to search uploaded pdf's for keywords from out
I am working on a layout for a new site, and I'm having some
I have integrated a Custom Google Search on a new site I am working
I'm working on a new layout for my site that uses a header, footer
I'm working on a site, and its CMS used to save new page urls
I am working on a site maintainence. It uses mod_rewrite technique. But im new
Basically, my client wants to make new visitors enter the site I'm working on
I am working with ASP.NET MVC 2 and would like to optimize my routing.
I'm working on a new social networking site and I want to give users

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.