Author Topic: crop size  (Read 600 times)

Offline vale

  • Newcomer
  • *
  • Posts: 20
    • View Profile
crop size
« on: February 02, 2023, 09:01:12 AM »
Hello! Sorry if this was asked before, english is not my main language and I cannot find something similar with search?
Is there a way to see how big the crop will be in real time (x by y pixels)?

Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 24730
    • View Profile
    • Camera Bits, Inc.
Re: crop size
« Reply #1 on: February 02, 2023, 09:07:26 AM »
Hello! Sorry if this was asked before, english is not my main language and I cannot find something similar with search?
Is there a way to see how big the crop will be in real time (x by y pixels)?

No.  There is no real-time readout of what dimensions the crop is while you're drawing it.  However, you could customize your Info Text to include the {cropwidth} and {cropheight} variables and it will show you what the current saved crop is.  It won't update while you resize the crop, but it will update when you release the mouse button and the crop is saved.  Perhaps that will be useful.

See: https://docs.camerabits.com/support/solutions/articles/48001144384-the-preview-window#The-Info-Pane

-Kirk
« Last Edit: February 02, 2023, 09:25:01 AM by Kirk Baker »

Offline vale

  • Newcomer
  • *
  • Posts: 20
    • View Profile
Re: crop size
« Reply #2 on: February 02, 2023, 09:56:07 AM »
wow! i never knew that, that panel is customizable. {cropwidth} and {cropheight} are enough, thank you!