Ask a Question related to Adobe Photoshop 7, CS, CS2 & CS3, Design and Development.

  1. #1

    Default Custom Bit Depth

    Creating a custom Bit (Pixel) Depth in photoshop.
    Andrew Olcott Guest

  2. Similar Questions and Discussions

    1. In-depth question
      Here's my Code <html> <head> <style type="text/css"> img._behind { position:absolute; left:0px;
    2. depth help!
      I have found discussions about depths, and swapping depths, but can;t find a definitive guide that shows how to use the swapdepths command. I have a...
    3. comparisons and depth
      sorry to post two questions in one day, but i have run into a second problem. i have a looping movie clip which changes _y position randomly with...
    4. batch reducing image depth without affecting image depth
      Hi All, I have to optimise a project for a client, the main part is reducing all the image bit depths from 32 bit to 16 bit. I was just going to...
    5. Set bit depth of an image
      Hi. I haven't been able to get an answer in the vb newsgroup on the topic, so I'll try here. I'm converting .tif images into other image formats...
  3. #2

    Default Re: Custom Bit Depth

    I need to convert existing 24 and 32 bit images into color 12 bit images (16 colors a channel). Does anyone know how I might go about this.

    Another alternative I thought of (but dont know how to do) is create a 12 bit pallete, and have the 24 bit or 32 bit images dither using it.

    Any thoughts, suggestions, etc... would be greatly appreciated.

    Thanks
    Andrew Olcott Guest

  4. #3

    Default Re: Custom Bit Depth

    Use the posterize command.

    But how are you planning to save these images?
    Chris Cox Guest

  5. #4

    Default Re: Custom Bit Depth

    I am unsure. What I am currently thinking is that If I can covert a copy of image into 12 bit I will then copy those pixels back into the original image, with their new color information. The software I am using these images in (Director)is not the problem, it is the display that they will be shown on (12 bit screen). I am trying to create 24 bit images that only use colors found in the 12 bit pallete. What do you think?
    Andrew Olcott Guest

  6. #5

    Default Re: Custom Bit Depth

    Why not just duplicate the file and convert the duplicate by going under Image>Mode>Index Color. This will give you an 8-bit palette (256 colors) which should be fine for a 12-bit screen.
    shan canfield Guest

  7. #6

    Default Re: Custom Bit Depth

    It's been a while since I've used Director much. I'd do the images with an 8-bit palette. You'll get better performance than using a 12-bit or 24-bit palette. I believe director would 12-bit images as 24-bit anyway.

    You only need to convert one image to 8-bit. When you import it into Director it will also place the palette in the cast member list. You can then use this palette to transform any remaining images.

    The best app to use for this is actually debabelizer. It can analyze all of your images and create the "ideal" palette to use on all of them.

    Also don't forget to set your stage properties to use the new palette.

    --Wow edit is back. What's old is new again.--
    Eric Purkalitis Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139