View Single Post
05-10-14, 09:21 AM   #6
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
ActionStatus:UnregisterEvent("SCREENSHOT_SUCCEEDED")

... will disable the mid-screen messages. However, the delay/stutter is unavoidable, as it's related to WoW capturing the image, formatting it, and saving it to the hard disk. Lower quality screenshots will take less time to process and save, so you may want to play around with the screenshotFormat (TGA or JPEG) and screenshotQuality (0-10) cvars to reduce the file size.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote