Fisheye or sphere effect on a bitmap

Hi folks,
I'm hoping someone can help me with this. I know it can be
done with text
but I'm trying to accomplish it with a bitmap.
I want to create what would look like a sphere with a
reflection of the
Chicago skyline in it. I've created the sphere and have the
skyline there,
but I need to "bend" the skyline around the sphere so it
looks more
lifelike. You can see what I have here:
http://freeshopper.com/test/test.html
and the PNG file is linked there as
well.
Thanks,
David

Thanks Alex,
I finally went out and bought Photoshop Elements. It has the
spherize filter
and it accomplished what I was looking to do. I couldn't
afford, nor do I
think I really need Photoshop, but Elements has a lot of
tools that I'll
probably use in the future.
Thanks for trying!
David
"Alex Mari�o" <[email protected]> wrote in
message
news:ecvf6l$4ji$[email protected]..
> David,
>
> I have looked high and low and cannot find a Filter that
will do this
> similar to Photoshops Spherize.
>
> If anyone else has a source ....
>
> alex
>
> David wrote:
>> Hi folks,
>>
>> I'm hoping someone can help me with this. I know it
can be done with text
>> but I'm trying to accomplish it with a bitmap.
>>
>> I want to create what would look like a sphere with
a reflection of the
>> Chicago skyline in it. I've created the sphere and
have the skyline
>> there, but I need to "bend" the skyline around the
sphere so it looks
>> more lifelike. You can see what I have here:
>>
http://freeshopper.com/test/test.html
and the PNG file is linked there as
>> well.
>>
>> Thanks,
>> David

Similar Messages

  • Im trying to create a "wobbling" effect with a bitmap

    im trying to create a "wobbling" effect with a bitmap
    any idea how to go with this with director?

    It somewhat depends on what the effect is intended to acheive.
    Here is a simple behavior script that can be applied to any bitmap. It wobbles, in the sense that it has a radom movement about its axis.
    That is acheived with the random() statements. The amount of wobble can be controlled by changing the value added to each parameter on each iteration.
    The last three statements keep the wobble from randomly walking off the frame. Again, wobble can be changed by setting the corrective value at which point the bitmap returns to its original state.
    Hope this helps.
    property spritenum
    global glocH, gLocV, gRotation
    On beginsprite
      gloch = sprite(spritenum).loch
      gloch = sprite(spritenum).locv
      gRotation = integer(sprite(spritenum).Rotation)
    end
    On enterframe
    b = random(2)
      if b=1 then
        sprite(spritenum).loch = sprite(spritenum).loch + random(2)
      else
        sprite(spritenum).loch = sprite(spritenum).loch - random(2)
      end if
      c= random(2)
      if c=1 then
        sprite(spritenum).locv = sprite(spritenum).locV + random(2)
      else
        sprite(spritenum).locv = sprite(spritenum).locV - random(2)
      end if
      d= random(2)
      if d=1 then
        Sprite(spritenum).rotation = sprite(spritenum).rotation + random(4)
      else
        Sprite(spritenum).rotation = sprite(spritenum).rotation - random(4)
      end if
    if abs(gloch + sprite(spritenum).loch) <= 8  then sprite(spritenum).loch = gloch
    if abs(glocv + sprite(spritenum).locv) <= 8 then sprite(spritenum).locv = glocv
    if abs(Integer(gRotation - sprite(spritenum).Rotation)) >=8 then sprite(spritenum).rotation = gRotation
    end

  • Bitmap..hash tables?

    Hi guys, just 2 questions:
    1. There are four types of compression (bitmap, run-length encoding (RLE), zlib, and index-value)which affect disk space differently. What is the effect of chosing 'bitmap' on calc script optimization?
    2. What are hash tables?
    Edited by: user3952257 on 29-Apr-2010 07:56

    If you select bitmap, in newer versions, it will select bitmap, or index value pair block by block depending on the contents of the block. If you select RLE it will select the best of the three. Because of that I'm not sure why RLE is not the default

  • How can I zoom and span a bitmap in a CWGraph ?

    How can I display a bitmap and attach it to a CWPlot of a CWGraph, such that zooming or spanning will affect CWPlot and the bitmap together ?

    The feature you are inquiring about does not exist in the CWGraph control. Panning and Zooming the PlotArea in CWGraph does not affect the PlotAreaImage at all.
    However, you could possibly programmatically catch the mouse events on the PlotArea and work with the CWGraph.PlotAreaImage.CWImage.AnimateColumns/AnimateRows attributes to run through different frames of the bitmap to make it look like it is zooming in on the bitmap. I've tried this myself and it seems to only be effective on a bitmap with a repeating pattern (I used a checkerboard pattern), because no matter where you go on the bitmap it looks the same, and increasing the number of animated columns and rows creates a zooming effect. The one problem with using a non-repeating pattern bitmap and this tech
    nique is that you can't control where the animation stops or reference a certain animation column and row to represent the area on the bitmap you want to zoom in on. So in short this probably won't do much for you, but it is most likely the only option you have. To see an illustration of how the CWImage.AnimateColumns/AnimateRows attributes effects a CWImage object take a look at the MeasurementStudio\VB\Samples\UI\Button\Simple Button\Button.vbp example program and pay special attention to the command button with the doughnut image on it.
    Jason F.
    Applications Engineer
    National Instruments
    www.ni.com/ask

  • AE CS5: My Illustrator map is totally blurry after applying CC Sphere

    Please see these screen grabs.
    Please download the images to see them full size.
    I have a vector map of the world that I created in Adobe Illustrator for a documentary about World War I.
    But when I wrap my map around the "CC Sphere" to create a globe, any dolly in/zoom in/scale up causes the borders of the states to become totally blurry. This DOESN'T happen when the map is in 2D. Notice that in the screen grab "MAP-SHARP BORDERS" I have upscaled my map to 700% and it remains tack sharp because it's a vector map. So why isn't this the case after applying the CC Sphere effect?
    Am I even using the right plug-in??? I thought that CC Sphere was the way to go to wrap a map round a globe. But I want to be able to zoom in without getting a blurry image. Even though I have "continuously rasterize" turned on, it doesn't seem to work with CC Sphere.
    Thanks in advance for any help on this issue.

    And another cross-post:
    http://www.videocopilot.net/forum/viewtopic.php?f=8&t=59358
    And since you so kindly asked for it:
    Why it sucks to waste people's time with cross-posting
    Mylenium

  • Cc sphere question

    In relation to the cc sphere effect, I am seeking a way to apply this effect's rotation value to a 3D object, that I do not wish to view as a sphere. Is there any way to parent the rotation value to a 3D object? Is there any other solution?

    rickieg1966 wrote:
    I'd really like to find a way to do this.
    Then don't use CC Sphere.  Do it with 3D layers, AND in the following order: 
    Add the masked aircraft layer.  Play with the anchor point to put it in the center of the visible part of the picture if necessary.  Now make it 3D. 
    Make a null object, make it 3D and move it back in z-space. 
    Parent the picture to the null and rotate the null. 
    Want the picture to always face forward?  Make a camera layer, then use the Auto-Orient To Camera command on the picture.
    Sound confusing?  Go here:
    http://blogs.adobe.com/toddkopriva/2010/01/getting-started-with-after-eff.html
    You may need a little trainin' up.

  • Loading a display object into a Bitmap

    I am trying to load an sprite into a bitmap, but cannot get the sprite to fill the bitmap. Here is the results I am getting:
    http://cid-a4f813eb28a76ba8.skydrive.live.com/self.aspx/.Public/BitmapIssue.png
    here is the  applicable part of the code I am using that gets these results:
    function(){return A.apply(null,[this].concat($A(arguments)))}
    addChild(container); //add sprite to see true size
    bd = new BitmapData(container.width,container.height,false,0xff0000); //colored for effect
    b = new Bitmap(bd);
    bd.draw(container);
    addChild(b); // add bitmap to compare to sprite

    try:
    import flash.geom.Matrix;
    function(){return A.apply(null,[this].concat($A(arguments)))}
    addChild(container); //add sprite to see true size
    bd = new BitmapData(container.width,container.height,false,0xff0000); //colored for effect
    b = new Bitmap(bd);
    var mat:Matrix=container.transform.matrix;
    mat.tx = -mat.tx;
    mat.ty = -mat.ty;
    bd.draw(container,mat);
    addChild(b); // add bitmap to compare to sprite

  • Beginner needs help making a multi-color sphere!

    Hello all,
    I am an Illustrator CS3 newbie and I have run into a hurdle. I am trying to make a blue sphere with ONE gray quadrant. That is, 3/4 of the sphere looks blue, but the upper right 1/4 looks gray.
    I can make a fine looking blue sphere by placing a small light blue circle inside a larger dark blue circle, and doing a Blend. I tried to place a gray rectangle over that blended sphere and do a Pathfinder Divide, but the blended sphere doesn't want to accept my Divide.
    When I try doing the Pathfinder Divide first, I get a 2D circle with the right color scheme (3/4 blue and 1/4 gray) but when I go to blend a smaller circle into that to attempt to make a 3D sphere effect, it goes all screwy.
    Help me, Illustrator veterans! What is the right way to make a blue sphere with a gray quadrant???

    1. Turn on Smart Guides.
    2. Ellipse Tool: Shift Drag to draw a circle.
    3. Attributes Palette: Turn on the Show Center icon.
    4. Deselect.
    5. White Pointer: Select the upper right segment of the circle. Click the segment, not an anchorPoint. Edit>Cut. Edit>PasteInFront. You now have two paths.
    6. Pen Tool: Click the upper anchorPoint of the single-segment path you just pasted. Move the Pen cursor downward until SmartGuides senses the center. Click. Move the Pen cursor rightward and click the other endpoint of the path. The path is closed. You now have two paths: one open, one closed. Select both paths.
    7. Gradient Palette: Click the Gradient icon. Set it to Radial. Each of the two paths now has a gray radial grad fill. Leave both paths selected.
    8. Gradient Tool: Mousedown in the midde of the smaller path, drag diagonally leftward and downward, crossing the center and a little beyond. The figure should look fairly like a sphere, with the highlight in the upper right. It appears that one continuous Grad Fill spans both objects, but in fact, each still has its own fill. Deselect. Select the larger path (the part you want to be blue).
    9. Gradient Palette: Edit the colors of the two color stops, making the white one light blue and the black one dark blue.
    10. Set stroke to None on both paths.
    JET

  • 3D Problems in AE CS3 Mac OSX 10.5

    I am having a lot of trouble with 3D in After Effects. I cannot get my layers to be 3D, even when I have the 3D option checked on in the timeline. For instance, I'm trying to create a rotating Earth, but instead of it rotating and being a sphere, it's just a flat layer that twists. I don't know what to do. I can't find any good info about this type of thing.
    Also, I don't have a 3D axis (you know--the three-dimensional X,Y,Z axis). I don't know if it's my video card or the program itself. I don't know what to do and I'm getting close to scrapping the whole program and trying to find a version for Mac online.
    Can anyone help?

    You can do a rotating sphere using any one of several 3rd party apps. To create the effect using the built in effects take an image you want to use for the
    globe surface and apply the CC Sphere Effect. You'll find that under Effects>Perspective>CCSphere.
    Apply the CC Sphere to the layer, make the layer 3D, change the Transform properties to Auto Orient towards Camera, then apply the followint expressions:
    To CC Sphere X rotation:
    r = lookAt(position, thisComp.layer("Camera 1").transform.position);
    x = r[0] - 180;
    value + x
    To CC Sphere Y rotation:
    r = lookAt(position, thisComp.layer("Camera 1").transform.position);
    y = - r[1];
    value + y
    To CC Sphere Z rotation:
    r = lookAt(position, thisComp.layer("Camera 1").transform.position);
    z = r[2] +180;
    value + z
    If you really want to get fancy you can add expressions to light height and direction using a variation of the basic lookAt(position1, position2) language.
    Hope this helps. You might want to take a look at
    this sample project using one of the images picked from the google link above.

  • Mask on a ccSphere and circular light animation?

    Hi, i have created an earth with ccSphere. can i use somehow an earth map mask on the sphere? i want to animate circular light waves, which are moving around the sphere, but they just should be visible on the continents.
    how does the light attach to the sphere or rather more how is it moving around it?
    i would appreciate your help and detailed informations, iam a beginner.
    thank you

    Put your earth map image in a composition and apply your CC Sphere effect to that composition. Then, any animation you do in the earth map composition will appear on the earth in your main composition.

  • CC Light Burst 2.5 in CS5 problems

    Hi,
    Im having problems with CC Light Burst 2.5 in CS5 version of After Effects.
    I applied the effect to an image that has already had applied CC Sphere effect. The problem is that the rays from Light Burst end in a box shaped border. Looks like the size of the image is causing the problem. Precomposing the same image and then applying the effect didnt help, same result.
    In CS3 this works normally, meaning the rays are not cut off by size of the image.
    I would appreciate any help on this subject.
    Tnx.

    I encountered the same problem in CS3 and found the solution.
    Precomposing was done correctly so far, so that was not the issue.
    The solution was to "check" the "continuously rasterize" option for the layer, on which the precomposed object is. (the little "sun" icon on the right of the layer name).
    Im not sure if it works in CS5, am gonna check on the week days and get back.
    Hope this saves some gray hair for someone.

  • 360 to Cubic Panorama converters for PC

    I want to experiment with HDR panoramas in After Effects. I know I can take 360 panoramas and use the CC Sphere effect with some expressions to get a skydome linked to a 3D camera in a scene, however it only works in 8 bit so I lose any chance of working with exposure in HDR files. There is Trapcode's Horizon which does work with HDR but I wasn't so comfortable with it.
    There's a great set of tutorials by Carl Larsen on Creative Cow (called Building a Cube World) about using cubic panoramas in After Effects, which would allow me to work natively with HDR images and panoramas without any tools other than the standard ones that come with After Effects. However the usual methods for making panoramas are about creating 360 ones.
    Has anyone come across any free plug-ins for Photoshop or PC based tools for converting 360 panoramas to cubic ones?
    So far I've looked at Hugin, PTgui, the Panoguide website and Christian Bloch's site on HDR ( www.hdrlabs.com ) but not found what I'm after.

    Many thanks for that - looks interesting, although it is £300 GBP which puts it outside my budget.
    I'd still like to find something that converts 360 to cubic panoramas on a PC that I could afford to incorporate into my workflow.
    I've only got the trial version of Horizon which I think is fully functional. There's nothing wrong with it but I just found myself uncomfortable using it. It might be that I'll end up going back to it as it is relatively cheap at £50 odd (GBP)! That said I felt uncomfortable with After Effects when I first started using it too, but now I love it! ;-)

  • Creating 'walls' quickly and precisely in Illustrator

    Hello there.
    I'm a 3D artist but recently, due the high demand, I'm learning illustrator for the sole purpose of making floor plans (the artistic colorful ones), I know Photoshop very well and use it extensively, it would certainly be enough if I wasn't going to print the plans at various dimensions, even using smart objects and vectors I don't think Photoshop is the right tool for the job.
    I've downloaded illustrator and so far I'm liking it a lot, I believe it's the appropriate tool for the job. However, I couldn't find a quick way to draw the walls precisely.
    The biggest problem is I couldn't find a way to 'offset' open paths quickly... when the path is open, it offsets the lines to both sides, as opposed to closed paths, the way I found myself is to use the pathfinder to divide the offsets than delete the ones I don't want, but it's a pain, it's better to just draw both sides of the walls separately instead, what is a tedious process too.
    I'm looking for simple ways to either offset open paths to a specific side, or maybe make strokes that are adjacent to the paths so i can use the 'outline stroke' tool to convert them to 'solid' paths, or any other way to achieve the same result.
    I know Illustrator is no CAD program but I don't think I'm asking too much from it.
    Thanks in advance.

    Thank you for the suggestions.
    CorelDRAW and overall other Corel products are out of my list. I just hate their approach, starting on the bloatware (man, it has more bloatware than old HP drivers). I don't think it's worth a discussion, for preferences and personal reasons I'm not going to consider Corel products.
    That Canvas software seems really good (although it's strange and a little funny that their site reads "AC/DC" hehe) I don't think how easy it is to print though, you know, I used to use Inkscape in the past and it was really a pain to print my creations, the local prints shops will refuse to print in the native svg format, even exporting to the standard SVG, the other programs don't read it correctly, and exporting to PDF rips out all the effects, exporting to bitmaps just doesn't print very well (sharp lines), in the end I had to use an international printing service to print my drawings in Inkscape, what's really a pain. The local print shops only work with AI and CorelDRAW files, plus some of them can print PDF, yes, I know this doesn't seem professional stuff, but I can't do anything about it. So, I wonder if they will be able to print the Canvas' files, maybe if there's a way to export to AI or CDR files, or PDF at least...
    Anyway, so far I'm quite happy with Ilustrator but I'm going to download Canvas to take a look at it, I didn't know AI didn't have those mentioned features, that really sucks imho, I mean, I think they're basic features even for an artistic program, specialy one that has like 30 years of development.
    From a price standpoint, all of these programs are within the limits of my budget, I'm not really saving money to get the best software for productivity.
    Thank you .

  • Correct Lens Profile Not Available for Exported/Imported Image Files

    Any help with this would be appreciated.  I just noticed yesterday that when I have RAW (DNG) files in my LR5.2 library, I can select the correct lens profile to apply.  When I take three of those files and merge them together in Photomatix Pro they come back as a single TIFF file.  Now LR only has one lens profile available, and it is the wrong one.
    This is happening with my Sony NEX-7 and Tamron 18-200mm f/3.5-6.3 XR DI-III VC.  With the RAW files, I have a list of Tamron lenses from which to choose, and the correct one is available.  For the merged TIFF file, however, only a single Tamron lens is available for selection, and it is not the lens I used.
    If anyone has any ideas about this and can get me past it, I would greatly appreciate it.
    Thanks,
    ~Steve

    Here's my workflow for this particular situation:  After importing the original RAW files, I apply lens correction using the correct profile.  I export to another application that creates a new (TIFF) file that comes back into LR.  Even though I already applied the correction to the original files, I can see that there is a difference in distortion between the original files and the new TIFF.
    If your other application is opening the Raw file directly, it will likely be disregarding either most, or all, Lightroom adjustments even if they are somehow communicated to it. It will come down to whatever independent Raw support is built into the other application.
    The other application would still need to (a) "understand" about Adobe lens profiles etc, (b) "know" where to find the appropriate Adobe profile on disk, and (c) be equipped to do the specific and proprietary processing that they refer to. The same applies for all the other Adobe-proprietary processing instructions. The only software I am aware of which can do all this reliably, in partnership with LR, is Adobe Camera Raw plus Photoshop.
    I've trained myself that whenever a new file is created in an application outside of LR (including PS), I always re-apply lens correction upon first returning to LR.  If I'm interpreting   the above responses correctly, I shouldn't need to re-apply lens correction if I applied it to the original files.  But again, it's not my observation that this is the case.
    If your particular workflow is failing to reflect the first application of lens corrections (as well as perhaps, other specific adjustments) - then what returns to LR will not have undergone those kinds of corrections yet.
    I'm also hearing that I may need to download a lens profile for this lens for a TIFF file format.  I've never needed to do that before, so perhaps I'll give that a shot.
    As I understand it, Photomatix can also accept converted TIFFs or JPGs from LR - instead of Raw fles. I am skeptical that you will realise any "clear water" advantage from sending Raws rather than TIFF (or even, high quality JPG in many cases) from LR into Photomatix  - assuming the LR conversion is already optimising the images for the required purpose. You would be doing that step in an interactive environment rather than blindly via a generic converter. Such intermediate bitmaps are in my experience perfectly good candidates for HDR processing, or for exposure fusion (which I prefer - though I don't use Photomatix in particular).
    Any workflow which causes LR to in effect Export suitable bitmaps that incorporate all current adjustments, will embody lens corrections as part of that. By the way, the workflow into Photoshop HDR is similarly done by way of converted bitmaps - though in that case it is ACR rather than LR which achieves these converted bitmaps, and into memory rather than into separately saved files, but the outcome is effectively the same.
    The only downside is the "cleanup" is to get rid of intermediate TIFFS or JPGs afterwards. I usually put the completed "merged" image at the top of a "stack" containing the component exposures, and collapse the stack down. But the (disposable) intermediates don't get imported to LR, and by setting these to occur in a subfolder or with a distinctive name suffix, they are easily found and deleted in due course.
    RP

  • Why Does Image Distort When I move the Bones?

    http://postimage.org/image/jjcef8ebt/
    Hi, I just watched a tutorial where they apply bnes to deform a "bitmap" image. Their image didn't distort like my image. Why is this happening.
    I imported an image then I "selected "break apart" and then I added bones to it. When I move the bones it makes the image distort, but in this tutorial here the image doesn't distort. What is wrong?

    The tutorial you watched is very simplistic. He doesn't use the bones in a realistic way and skips over the fact that his image isn't actually distorting the way he implies it will.
    When you break apart a bitmap on the Stage, you end up with a shape that has its fill set as the bitmap (which is still in the library). When you bend and distort this shape with bones, the effect on the bitmap fill is unpredictable. Note that in the tutorial you cited, the author does not show the bitmap actually distorting in any useful way.
    The better way to do this is to select the bitmap instance on stage and then choose Modify > Bitmap > Trace Bitmap. This converts the bitmap instance to a vector drawing. The problem here is that you end up with mulitple shapes of different colors if you have a multi-color image like your dinosour tail. You can add bones to the main green part of the tail, but the yellow parts will not be associated with those bones and so will not move with them. If you are animating the tail in the timeline, you can animate the main part of the tail via the bones and then animate the other parts to compliment that movement by moving those other parts to different layers and animating with normal motion tweens. 

Maybe you are looking for

  • No data from SAP R/3

    Hi I have activated the following in BW. Infocube: 0SD_C03 InfoSource: 2LIS_11_VAHDR I have also activated the transfer rules and update rules from the Business Content. When I try to do a load it doesn't fetch any records from SAP R/3. Please let me

  • Want to burn cds, having a hard time...

    I have a windows computer and i recently downloaded itunes so I am really new at this, anyway I want to burn one of my play list and I can't seem to do it. One of the sugestions given to me by the support help "thingy" is to download a newer version

  • OEM10g with pending status

    Hi, I've recreated EM, I've deleted all manually before, because drop or recreate command hangs in "Getting temp tablespace". It is 10.2.0.1.0 in Centos. I've deleted sysman user, and so on ... I've created EM again and it is ok, but when I go to the

  • SNP and DP T.Code and Tables

    Hi Can anyone send me SAP APO (SNP, DP) module transaction code and standard Tables Thanks & Regards, Ram

  • Remove duplicates without using Sort OR Script compnent OR Staging ?

    Team , Can some advise on how do we go about removing duplicates without using  either of above option quoted in the subject lines ? My source is a huge  flat file  . Thanks in advance ! Rajkumar Yelugu