BREAKING NEWS
LATEST POSTS
-
Free Vector editors on MacOS
VECTR
vectr.com/DrawBerry
www.macupdate.com/app/mac/26577/drawberryBoxySVG
boxy-svg.com/Vecteezy
www.vecteezy.com/editor -
freecodecamp – The 60 core Bash commands everyone should be familiar with
This Linux Command Handbook covers 60 core Bash commands you will need as a developer. Each entry includes example code and tips for when to use that command. You can bookmark this in your browser or download a PDF version for free.
www.freecodecamp.org/news/the-linux-commands-handbook/
man
ls
cd
pwd
mkdir
rmdir
mv
cp
open
touch
find
ln
gzip
gunzip
tar
alias
cat
less
tail
wc
grep
sort
uniq
diff
echo
chown
chmod
umask
du
df
basename
dirname
ps
top
kill
killall
jobs
bg
fg
type
which
nohup
xargs
vim editor
emacs editor
nano editor
whoami
who
su
sudo
passwd
ping
traceroute
clear
history
export
crontab
uname
env
printenv
-
colorhunt.co
FEATURED POSTS
-
HDRI Median Cut plugin
www.hdrlabs.com/picturenaut/plugins.html
Note. The Median Cut algorithm is typically used for color quantization, which involves reducing the number of colors in an image while preserving its visual quality. It doesn’t directly provide a way to identify the brightest areas in an image. However, if you’re interested in identifying the brightest areas, you might want to look into other methods like thresholding, histogram analysis, or edge detection, through openCV for example.
Here is an openCV example:
(more…)