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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T02:41:34+00:00 2026-05-27T02:41:34+00:00

After exploring the very excellent answer from Heike to my previous question about anamorphic

  • 0

After exploring the very excellent answer from Heike to my previous question about anamorphic transformations, I eventually wanted to see an image turned inside out completely.

The idea is that, instead of just stretching the image out with an anamorphic transform, like you’re pulling the edges of the paper around, you can actually turn the paper ‘inside out’. The inside ‘pixels’ will be pulled out to the edges (greatly distorted/stretched), while the outside pixels will be squashed inwards towards the centre (greatly shrunk).

I can’t illustrate it, but another way of trying to describe it is in this picture:

inside out image transform

so, the more red the pixels are, the more they are transformed to the edges (and vice versa).

I tried FindGeometricTransform, but it didn’t seem to lead anywhere.

findgeometrictransform

It’s not been easy to google for this, and I’ve yet to find any clues in Mathematica that such a destructive transformation is possible. It’s kind of a 2.5D re-projection.

What do you think? Is it possible?

Edit

So thanks to your great answers I can now illustrate my question properly:

Here’s Leonardo’s famous Anom Asil, the result of subjecting poor Lisa to the inside-out transform ():

introverted mona lisa

and here’s the Prague Orloj:

inside out clock

Practical uses for this will be forthcoming, er, soon…

Thanks!

  • 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-27T02:41:35+00:00Added an answer on May 27, 2026 at 2:41 am

    Perhaps something like this:

    f[x_, y_] := {x, y} (1/Norm@{x, y} - 1);
    GraphicsGrid[{{ 
           p = Rasterize[Graphics[ {Black, Disk[{0, 0}, 5],
                                    Red,   Disk[{0, 0}, 3],
                                    Blue,  Disk[{0, 0}, 2]}]],
           ImageTransformation[p, f[#[[1]], #[[2]]] &, 
                               DataRange -> {{-1, 1}, {-1, 1}}]}}, 
           Frame -> All]
    

    enter image description here

    Edit

    Using Heike’s fthe function is bijective, and it’s own inverse:

    f[x_, y_] := {x, y} (1/Norm[{x, y}, Infinity] - 1);
    g[x_]:=ImageTransformation[x, f[#[[1]], #[[2]]] &,DataRange ->{{-1, 1}, {-1, 1}}]
    
    GraphicsGrid[{{i, g@i, g@g@i}}, Frame -> All]
    

    enter image description here

    Edit

    Setting:

    f[x_, y_, t_] := {x, y} ((1/Norm[{x, y}, Infinity] - 1 ) t + (1 - t));
    

    enter image description here

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

Sidebar

Related Questions

I posted a question re LDAP account management, but after exploring this, it's not
After reading this question , I was reminded of when I was taught Java
After reading a bit more about how Gnutella and other P2P networks function, I
After a few weekends exploring Clojure I came up with this program. It allows
We once had an interview with a very experienced C++ developer who couldn't answer
I am exploring ASP.NET MVC and I wanted to add jQuery to make the
I am very new to Apache camel and I am exploring how to create
I am beginning to study the very nice CMS Orchard and, after reading the
After playing around with some toy applications, exploring the documentation and googling around (including
I'm exploring memory usage in Java to understand why my program leaks memory. After

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.