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 9135927
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T08:53:10+00:00 2026-06-17T08:53:10+00:00

In Windows ImageMagick, I have to rotate an image before I can place it

  • 0

In Windows ImageMagick, I have to rotate an image before I can place it on the page:

convert .\source1.png -alpha set -background none -rotate 15 rotate.png

I then place it on the page:

composite -compose over .\rotate.png -geometry +103+160 bg.png output.png

I’m trying to figure out how to not do the “rotate.png” write to disk, but just store it in memory until the composite step. I’ve tried:

composite -compose over ( .\source1.png -alpha set -background none -rotate 15 ) .\source1shadow.png .\bg.png  output.png

Is there a way to make this work? Many thanks for your help.

  • 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-06-17T08:53:11+00:00Added an answer on June 17, 2026 at 8:53 am

    The answer is to use the pipe character to write the image to RAM:

    convert .\source1.png -alpha set -background none -rotate 15 png:- | composite -compose over -geometry +103+160 bg.png output.png

    Docs:
    http://www.imagemagick.org/script/command-line-processing.php

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When I open a command window in windows and use the imagemagick convert command:
Possible Duplicate: How to install imagemagick on windows 7 Hi I just install image
I have set up Paperclip and ImageMagick successfully on my system, and files are
I have installed imagemagick on my windows server and it successfully converted files when
I'm using ImageMagick to convert a RAW file (*.nef extension) into a JPEG image.
I have ImageMagick, IIS 6, Ghostscript, and PHP 5.3.1 installed on a Windows Server
I'm trying to convert multiple .tif files into .png files using Imagemagick on the
Windows form application(.Net 3.5) I have a textbox and a button on the form.
Windows 2003/IIS 6... I have a virtual directory on a web site that closely
How to install image magic in Windows 7. I followed these instruction To install

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.