Skip to content
#

screenshot

Here are 1,156 public repositories matching this topic...

jtorreno
jtorreno commented Apr 21, 2020

Description

Neofetch emits an extra newline character, which I'm led to believe is not intended behavior as per #910.
Issue discovered on latest and reproducible on master.

And of course, a terrible solution, for the glory of none other than Satan:

alias neofetch='function _neofetch() {
    (($# == 0)) && { neofetch | sed -e "40,$ d;s/?25l//g;s/?7l//g" } || neofetch $@
}; _neofet
Captura

android端基于FFmpeg实现音频剪切、拼接、转码、混音、编解码;视频剪切、水印、截图、转码、编解码、转Gif动图、画面拼接、视频倒播;音视频合成与分离;音视频解码、同步与播放;FFmpeg本地推流、H264与RTMP实时推流直播;OpenGL实时滤镜;FFmpeg滤镜:素描、色彩平衡、hue、lut、模糊、九宫格等;基于IjkPlayer修改支持RTSP超低延时直播(局域网1080P延时130ms)、暂停、静音,多路投屏直播

  • Updated May 24, 2020
  • C
gowitness
acmello
acmello commented Dec 14, 2019

Pretty simple stuff: I couldn't find examples for file flag when checking the docs. Also, the info presented when running --help doesn't say much. Ended up checking the file.go to get the proper syntax and then came across this:

$ gowitness file -s ~/Desktop/urls
$ gowitness file --source ~/Desktop/urls --threads -2 

so maybe just add it directly to the main docs?

Thanks

moellering
moellering commented Feb 2, 2018

Expected Output

assertSameFiles Needle should either state that the images are similar or that they are not.

Actual Output

ValueError: ("could not convert string to float: b'idt'") thrown at /needle/engines/imagemagick_engine.py:24

  • Checking the compare_stderr in that situation yields compare: width or height exceeds limit [...]
  • Running the actual command stored `incompare_
sobolewska
sobolewska commented Aug 5, 2019

General information:

  • OS name: OSX
  • OS version: 10.13.6
  • OS architecture: 64 bits
  • Resolutions:
    • Monitor 1: 1280 x 1024 Scaled (virtual)
  • Python version: 3.7.2
  • MSS version: 4.0.2

Description of the warning/error

MSS takes screenshot of the desktop, but any open application / windows are blacked out.
![0aa85635-2ef9-468a-bbed-2c55bdbeed73-attachment](https://user-im

Trucido
Trucido commented Mar 7, 2016

Screencloud seems to be capturing window borders as if they were Windows 7 or WIndows 8/8.1 window borders which were much thicker. See attached images, it captures part of my desktop background or any window behind it. This occurs on all types of window captures as far as I can tell. Window capture without borders is working fine though.

I have not altered border width or border padding, but I n

Improve this page

Add a description, image, and links to the screenshot topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the screenshot topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.