Search results

  1. T

    how do you count pixels selected in Photoshop?

    thanks guys! it's exactly what i needed.
  2. T

    how do you count pixels selected in Photoshop?

    Using the magic wand tool i made a selection of an object and I want to count the total number of pixels that were selected. Is there some place I can find out that information? besides counting one pixel at a time.....there's a lot..... it doesn't have to be done in photoshop, so if there...
  3. T

    procedural C help! text-input box problems...

    I am writing a carbon application where i want to log data to a text input box in another window. The program i included below works if it's called from main. but if it is called from an Action Handler (like clicking a button), then nothing is displayed. The Action Handler function is passed...
  4. T

    Carbon: execute terminal program from Carbon App

    I think I understand what you wrote, I'll give it a try. Thanks for the quick and helpful response!
  5. T

    Carbon: execute terminal program from Carbon App

    I'm looking for a way to execute a terminal program and read it's output from a pipe in a Carbon application. In Cocoa, I can use NSTask and NSPipe to access the pipe... but I need the same thing implemented in a Carbon program. Does anyone here know how to do this?
Back
Top