Slice a non-square shape

I wish to use the slice tool in adobe photoshop cs6 or cc and d slice non-square shapes
Kindly help
Thank you

Even though slices are square. Current CSS allows adding rounded borders.
If you have the latest version of photoshop, you can copy the css from photoshop to place in a webpage.
Like so:

Similar Messages

  • ITunes distorting non-square cover art

    I have some non-square album art that displays in the now playing/selected window with black bars at the top and bottom as expected.  However, the album art is stretched to a square in grid view.  This happens only to some non-square artwork.  For example, Jimmy Eat World's Stay On My Side Tonight is stretched to a square, but Mutemath's self-titled remains a rectangle.  I understand that iTunes resamples album artwork, but how/why is it changing the shape?

    3. Use Media Monkey to remove the embedded artwork in the individual tracks *directly off the iPod* -- not iTunes.
    I've posted elsewhere that artwork seems to take up about 0.5% of the average music file. Removing all artwork on a 160Gb iPod (or 148Gb when 1Gb = 2^9) would save about 0.75Gb - hardly worth all the effort I'd have thought.
    4. Non-square artwork gets resized/cropped as viewed on the iPod.
    While the artwork is resized to fill the display area as far as I can tell it isn't cropped and will retain the original aspect ratio. Generally images that are wider than they are tall break up the smooth line of albums in cover flow and are quite easy to spot.
    tt2

  • Problem rotating a non-square image

    I am getting very strange results trying to use an AffineTransform to rotate a rectangular but non-square image. If I pre-define a destination Image, then after using the AffineTransform to filter the source, most of the destination image is black (because the resultant image isn't positioned correctly). This is especially true when I try to rotate an image 90 degrees counter-clockwise, in which case I don't know what happens to the rotated image.
    If I try to just let the filter method produce a new image to return to me, it returns a completely square image, which cuts off some of the image if it isn't square. I'm really lost as to what to try next. Here is my code...
    at = new AffineTransform();
    at.setToTranslation( roiImage.getWidth()/2, roiImage.getHeight()/2);
    at.rotate( Math.toRadians( angle ) );
    at.translate( -roiImage.getWidth()/2, -roiImage.getHeight()/2);
    AffineTransformOp atOp = new AffineTransformOp( at, renderingHints );
    /* construct the new destination image with the correct post-rotation bounds */
    BufferedImage rotatedImage = new BufferedImage( roiImage.getHeight(), roiImage.getWidth(), roiImage.getType() );
    atOp.filter( roiImage, rotatedImage );
    roiImage.flush();
    roiImage = rotatedImage;
    Any ideas on why this might be acting so strange? Can I even use an AffineTransform to rotate a non-square image?

    could you provide me a code sample? I've tried doing it that way as well, but I'm still having troubles. I think I'm just missing something small and simple :-(
    thanks for the quick response.

  • Whats the math behind converting from square pixels to non-square...?

    Does anyone know the math behind resizing a video from square pixel to non-square?
    Say if I have a 720x480 4:3 video and I render it out as square pixels. So then I need to resize it down to non-square so that it will no longer be stretched....I know I can just use premiere or quicktime to scale it properly for me but what is the math behind it? I'll admit im no mathematician, all i know is that square pixels = 1 and dv = .9, how you go from there is beyond me.
    Reason I ask is because I have a 800x600 video in square pixels and just want to know how in the world it makes sense that you change it to 755x600 and the stretch is gone. How does do you get to that number?
    Many thanks in advance!

    I don't have CS4, and have only been scanning the CS4 forums; so there may be better links regarding this in this forum.  CS4 changed the par to a more "correct" option.  It is not .9 now but .91.  (See Dan's little "about" before the .9.)  And when you are dealing with 800x600, there may be other issues.
    I like the  AE/Meyers explanations of all this (so also see the regular help for Premiere):
    http://help.adobe.com/en_US/AfterEffects/9.0/WS3878526689cb91655866c1103906c6dea-7f3aa.htm l
    There are 2 pdf article links on that page.
    Also see the free Meyers video on Lynda.com
    http://www.lynda.com/home/Player.aspx?lpk4=40550
    EDIT: I missed the more relevant thing in Dan's: see the 10/11 as the multiplier rather than .9?  10/11 is the "new" .909090 = .91.
    Message was edited by: Stan Jones

  • Save jpg with non square pixels

    How do I save as jpg and retain the non square pixels?
    Thank You,
    Tom

    t_Mc wrote:
    You are never going to actually see a non-square pixel JPG image on your square pixel computer monitor.
    Well, I just showed you one.
    No you did not. Our displays only show square pixels.
    t_Mc wrote:
    WHY?
    Are you yelling?
    Where will this image appear? Why do you need PAR if it looks "perfect" on the web without it? What is your output intent? 800x533 is not a video dimension.
    That is not important.
    I asked WHY because you started this discussion with extreme ambiguity. Others have typed many words to try to help you but you have helped no one in return by explaining yourself and what you are trying to do.
    t_Mc wrote:
    Eh... you (and every other photographer with javascript gimmicks) may want to re-evaluate how you post and "protect" images. PAR is not much of a step up from what you have.
    You making RUDE assumptions that are ridiculous This is only the second question I have asked. Thanks for the help lady!
    If I wanted to be rude, I would let you continue to waste your time on pointless techniques that really do not protect your images.
    You can prevent others from making assumptions by...
    fully explaining what you are trying to do!
    EDIT: oy, kids!

  • Making varying images sizes all square shape?

    Hi,
    I also posted this in Photoshop Windows but re-posted here on suggestion from another user.
    I've got a whole load of images of different pixel sizes that I want to batch and make square shape. I want to keep them as big as the small est side of the image will allow. Example: if an image is 2093 x 1573px then I want the square px size to be 1573 x 1573px.
    I can easily change this using the image size option and could easily record an action if all the images were the same dimensions, but since all the dimensions vary I'm not sure how to do this.
    Any ideas?
    Thanks

    The best thing to do is to paste the code into ExtendScript Toolkit this can be found..
    PC: C:\Program Files\Adobe\Adobe Utilities
    MAC: <hard drive>/Applications/Utilities/Adobe Utilities
    Then save the script in..
    PC: C:\Program Files\Adobe\Adobe Photoshop CS#\Presets\Scripts
    MAC: <hard drive>/Applications/Adobe Photoshop CS#/ Presets/Scripts
    If Photoshop was open, close and restart Photoshop so that it can pick up the new script.
    Once the script is in place you can create an action that calls the script.
    Start you recording and from the action palette flyout choose "Insert Menu Item" now goto File - Scripts and choose the script, stop the recording.
    You now have an action that can run on a single file or in batch.
    By the way, its JavaScript and the extension created will be jsx
    Hope this helps.

  • Non-square to square....(looked everywhere!)

    Guys, I know this is an old question, and I did find a lot of discussions about the need to change non-square pixel widescreen PAL footage to square pixel for some uses, BUT, I still simply do not understand HOW to do it!
    Here's the story so far: I've filmed some video in widescreen. I've captured that video in Premiere Elements 7 and it looks fine. It fills the 16:9 frame and looks normal. A nice widescreen scene in PAL.
    Now, I want to take that shot and temporarily put it into an app called Particle Illusion, so that I can add some particle animations over the characters. But Particle Illusion will only accept dv footage as SQUARE pixels.
    So, here I have this shot sitting as a widescreen shot in the Timeline in PE7, and I want to convert it, (temporarily), into a shot with square pixels.
    What exactly do I have to do? What butttons do I click, what app do I use, what feature do I access..... to make this footage acceptable to an app that only accepts square pixels???????? How do I actually accomplish this thing??!!!!!
    And how do I get it back afterwards, since once I've added the Particle Illusion effects, I want to be able to take that footage back to PE7 and re-insert it as a widescreen scene in my film.
    Anyone who can explain this to me in words of less than four syllables will get a free ticket to Disneyland.
    Well, I might have been exaggerating about the free tickets part...
    BUT PLEASE, this seems like it should be soooo simple, but I just don't know where to start!!!!
    Thank you, thank you, thank you...in advance....
    Kurt.

    Particle Illusion will only accept AVIs, Steve. And, of course, only with square pixels.
    In PE7, I noticed the "Advanced" option is only available when you Share a clip as an Mpeg, but not when you want to Share it as a DV AVI.
    So, I clicked on the Mpeg option and then the Advanced option and found the "square Pixels" setting. So then I was able to Share it as a square-pixel Mpeg2. 
    Now, I still had to make it a square-pixel AVI. But none of my other apps would do that for me. Virtual Dub won't accept Mpeg-2s, Quicktime Pro won't save as AVIs, my Any-Video-Converter tells me that it converts it, but then the converted file vanishes into the ether.....
    I opened it in Streamclip, and finally managed to export it as an AVI. But it came out weird, with the bottom half of the frame chopped off, the quality really poor, and in a "letterbox effect which allowed the Particle Illusion effects to spill over into the black horizontal bars. There are so many settings for exporting as AVI, and I've obviously picked the wrong ones....
    I'll just have to try every setting there is, and see which one works!
    Whew! They say Life wasn't meant to be easy........
    Thanks, anyway, Steve.

  • Dealing with non-square pixels from video capture (CS3)

    Hi all,
    This is the problem I have : I watch a video on my PC using any utility such as, for example, CyberLink's PowerDVD. I pause the movie to capture a frame to the Clipboard, then I paste it into PS CS3 via a newly created document.
    Because the movie was shot and recorded on the DVD in widescreen format, therefore using non-square pixels (wider than they are tall), the still image in PS appears "shrunk" horizontally. I then go to Image|Pixel Aspect Ratio and set the ratio to, say, "D1/DV PAL Widescreen (1.42)", as I am in PAL-land. The still image now looks fine, and I can save it, for example in TIFF format ; it will retain its "non-square pixel" attribute, with the black bands on top and at the bottom.
    However, what I utimately want to do is use that still image on the Web, so I need to save it as a JPEG image, and this is where the problem happens : the JPEG conversion reverts those pixels to square ones, whether I use the "Save for Web and Devices..." option, or just the "Save As..." one.
    How can I turn my very heavy TIFF into a much leaner JPEG, while retaining the non-square pixels that give the image its correct proportions ? Is there a way around this problem ?
    I'm not used to dealing with non-square pixel images, so any help and tip will be greatly appreciated. Many thaks in advance.
    Dominic.

    As Zeno said, you can simply copy&paste. Also, there is always an equivalent square pixel format for each anamorphic format that can fully accommodate the image, which would be 1024x576 for PAL widescreen. For more info on PAR conversions, I recomemnd you do some reading in the online help files for After Effects or Premiere Pro.
    Mylenium

  • AME - Windows Media export, default templates and non-square pixels

    In Adobe Media Encoder the default Windows Media export templates have non-square Pixel Aspect Ratio.  In Windows Media Player 9, if you play AME's wmvs with non-square pixels all you get is a vertical line a few pixels wide (though they play fine in WMP10 & 11).
    There is definitely a problem with non-square pixels.
    Using AME, if you create a PAL wmv (720x576 with DV PAL P.A.R.) you get the display problem in WMP9, whereas a D-1 PAL wmv (768x576 with square P.A.R.) will display fine.  If you encode the same content with exact the same settings (codec, resolution, etc) with Microsoft's Windows Media 9 Encoder, the resultant output plays fine regardless of the P.A.R!
    One for you chaps at Adobe I think:
    If Windows Media Encoder can create WMP9 compatible wmvs, why can't Adobe Media Encoder?
    or if there is a problem with non-square PARs, then why is it an option on export - remove it until it is fixed?
    Any support would be greatly appreciated.
    Edmund Barton
    I'm using Prem 4.1 with AME 4.1 against Windows ME 9.  WMP9 is the base player we have to support, so upgrading all the players isn't a option.

    If you can't upgrade the players, then using Windoes Media Enoder may be your only option.  Adobe just came out with a 4.1 patch, so it's unlikely you'll see any more 'fixes' in the very near future.

  • Using non-square template images

    Is there any possibility of using non-square templates in IMAQ Match Color Pattern? For example, I need to find predefined circle in the image, but in case of using it as a template, it will be surrounded with zero pixels. Would it influence on searching results?

    To do color pattern matching, you will always have a rectangular template image.  Depending on your application you may want to try doing geometric matching to limit your image to only that portion that you are wanting to search through.
    Regards,
    Jasper S

  • Convert Square Pixels to Non-Square Pixels

    Hi everyone,
    I have some JPEG picture of the earth (720x486, Square pixels) that when I import it in FCP, the earth will not look round because it converts it in non-square pixels. I know that I need to convert my picture from Square pixels to non-square pixels AND keep the aspect of the earth round, but how to do it? That is my question.
    Thanks for the help,

    Load the image from the Timeline into the Viewer and click on the Motion tab. Open the Distort controls and adjust the aspect ratio accordingly. Depending on your Sequence settings, -12 or -33 should do it.
    -DH

  • Scanning stills in PShop (square vs non-square pixels)

    Hello,
    We need to scan hundreds of still photos for a documentary. We've done this before and are familiar with the whole square pixels (PhotoShop) and non-square pixels (FCP). By the way, we're using PhotoShop 7 and FCP 5.
    In the past we've adjusted our images in PShop (reducing the height) before importing into FCP, and things have turned out nicely.
    But before we tackled this new project, we ran a test and were surprised by the results.
    I don't get the following:
    1. If I make a test image (a red circle) in PShop 7 with an image size of 720x540 pixels, the image looks correctly proportioned in PShop.
    2. If I then make a second test image (the same red circle) -- or duplicate the file from step one -- and then adjust the image size to 720x480, the image looks squished in PShop -- it's an ellipse. But this second version SHOULD be just right for FCP 5.
    3. But when I import both files into FCP 5, they BOTH look just fine. They look exactly the same on the monitor (well, the second one seems to have slightly cleaner edges).
    4. When I analyze each clip's Motion tab, FCP has automatically Distorted the 720x480 PShop file by -12.5 -- and it looks fine: a nice round ball. Meanwhile the 720x480 PShop file (the one adjusted in PShop for FCP) has NO Distortion, looks exactly the same. Both versions are perfectly round in FCP. You can toggle from last frame to first frame across the edit and nothing changes.
    Hmmm, is FCP recognizing a sq pixel image and automatically adjusting? And if so, how does it know to distort one file but not the other?
    Then it gets more interesting when I scan a test photo and:
    5. I scan an image at 300 dpi (overscanned so we can move on the image in FCP) and the image is 2084x1488. When I bring this image into FCP 5 (or in FCP 4 for that matter) ... anyway, when I bring this image into FCP 5 if looks great even though it has square pixels and has NOT been prepped in PShop for FCP. It has NOT been squished by FCP. When I check the motion tab, it has been scaled down to 34.55% (that's fine) and distorted by -12.5. It's behaving like the round ball test in No. 1 above.
    6. Meanwhile if I take this same image and adjust it for FCP (2084x1324) and bring it into FCP, it looks just right, too. The motion tab shows that FCP has scaled it 38.83% (that's fine) but now it has ALSO distorted it by -12.5. So it is NOT behaving like the ellipse in No. 2 above (which had ZERO distortion)?
    Regardless, I wonder if any one can tackle this so we understand what's gong on. And the big question is: Why are we taking that step to prep the PShop files for FCP, if FCP seems to handle either version properly? We'd save a lot of time if we didn' take this step in PShop for hundreds of photos ...
    Thanks in advance for taking time to comment. This is a wonderful forum and we're always amazed at how kind and sharing contributors are.
    Brad

    "FCP has automatically Distorted the 720x480 PShop file by -12.5"
    That should probably read 720x540.
    Yes, FCP does the distortion automatically. It's done this since v3. The problem is, as you've noticed, it doesn't do it nearly so well as Photoshop. Yes, you could let FCP do it for you, but it will soften the image more than you might like. There is also one caveat. This only works for flattened images, images imported as graphics files. Other PSD files with layers or transparency that import as sequences will not be automatically resized when they are placed inside another sequence.

  • I can't see my photos! They appear as dotted lines in a square shape.

    when i click on my library or any of the subfolders, most of my photos aren't showing up. i know the image is still there, but i can't see it. instead of a thumbnail pix, there is just a white dotted line in the shape of a square where the pix should be and it's title displayed under it.
    when i double click on the dotted line box, and it brings it up big in the 'edit' box, there is an ! in the middle of the dotted line square. i tried updating the iphoto version to 6 and that seemed to work fine, but still most of my pix aren't showing up.
    maybe 5% of my pix are still showing up, inner mixed with the 95% that have become dotted lines.
    help!
    B- :O)

    Welcome to the Apple Discussions.
    The ! or ? turns up when iPhoto loses the connection between the thumbnail in the iPhoto Window and the file it represents.
    Back Up and try rebuild the library: hold down the apple and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild.
    If this fails then it is likely that you have a damaged database file.
    Try these in order - from best option on down...
    1. Do you have an up-to-date back up? If so, try copy the library6.iphoto file from the back up to the iPhoto Library allowing it to overwrite the damaged file.
    2. Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    3. If neither of these work then you'll need to create and populate a new library.
    To create and populate a new library:
    Note this will give you a working library with the same Rolls and pictures as before, however, you will lose your albums, keywords, modified versions, books, calendars etc.
    Move the iPhoto Library to the desktop
    Launch iPhoto. It will ask if you wish to create a new Library. Say Yes.
    Go into the iPhoto Library on your desktop and find the Originals folder. From the Originals folder drag the individual Roll Folders to the iPhoto Window and it will recreate them in the new library.
    When you're sure all is well you can delete the iPhoto Library on your desktop.
    In the future, in addition to your usual back up routine, you might like to make a copy of the library6.iPhoto file whenever you have made changes to the library as protection against database corruption.
    Regards
    TD
    The most common cause of this is User Activity in the iPhoto Library Folder in the Finder.
    Have you altered, moved or renamed anything in the iPhoto Library Folder?
    Regards
    TD

  • Grow a square shape

    Dear all:
    I want to open and then close smoothly (slide) litle by litle
    a square
    vector shape. This is the code I use, but does not work.
    repeat with h=1 to 200
    sprite(2).height=sprite(2).height + h
    end repeat
    Can you help me?
    Thank you

    > on mouseUp me
    > repeat with xx=1 to sprite(2).height
    > sprite(2).locV = sprite(2).locV + 1
    > updatestage
    > end repeat
    > end
    What? This won't do what you want at all. You were closer the
    first time.
    All this will do is move the sprite, not grow it. Also, as I
    said, the
    updateStage trick is kind of a hack, and can cause other
    problems, like
    slowing down the playback, and preventing all other scripts
    from running.
    (It may also interrupt sound playback if you've got any audio
    going on.)
    Sean's approach will probably work the best. The only thing
    that's missing
    is that you should have a frame script that keeps the
    playhead looping on
    one frame until the grow is finished. On the frame, just have
    a script that
    says:
    on exitFrame
    go the frame
    end
    Then alter Sean's script like so:
    property spriteNum
    property my
    property _counter
    on beginSprite me
    my = sprite(spriteNum)
    _counter = 0
    end
    on exitFrame me
    if _counter < 200 then
    _counter = counter + 1
    my.height = my.height + 1
    else go the frame + 1
    end
    Only difference is I added the command to go to the next
    frame after the
    grow is completed. (You could also go to a marker or a
    specific frame or
    execute any other command at this point.)

  • Where can I get a square shape with 2 rounded corners?

    I don't know the name of the shape but it is square or rectangle with 2 rounded corners.
    It is picture # 156 at this link;
    http://www.brusheezy.com/images/previews/0000/0815/36Vectorbrushes.jpg
    Or how would I go about making one in Motion?
    Thanks.

    hi
    funny i did this very same shape the other week. as i remember i think i looked for an easy way but got bogged down. In the end I think I used a combination of a rounded rectangle and an unrounded version and masked the corners accordingly. This is motion 4 with the ability to round corners on all shapes though.
    adam

Maybe you are looking for

  • Empty string == NULL ???!?!?!?!??!

    Hi SQlers ... I'm using Oracle 8.1.7 ... and Oracle maps the literal empty string value, to the NULL value ... it that the expected result? simple example: SELECT 1 from dual where ('' is null) I've tried the same on others rdbms, and of course, the

  • How to make a precautionary backup of an Adobe application

    I have just bought Adobe Photoshop CS6. Very expensive. I want to protect my investment by making a backup of the installation disc in case the original fails (which I think is a reasonsble thing to do). How can I do that please?

  • Can my motherboard be broken if only my screen light is dead?

    I just send my mobile to an other mobile service company telling that my motherboard is broken. But only the 'backlight' of my screen' was defect. It worked completely but I just didn't have any light on my screen. Can it be that my motherboard is de

  • NativeDragManager - returning path of file dropped on desktop

    the title kind of explains it.  the feature im creating only needs the NativeDragManager to put a temporary file on the desktop.  after that, a file object will read its data from a socket and then parse that data to the temporary file. my problem is

  • Problem in DriverManager

    In an implementation of java.sql.Driver public Connection connect(String url, Properties info) throws SQLException {  return xlConnection.factory(url, info);    } i create an implementation of java.sql.Connection which has a static factory method, in