Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/illmaticindustries/private-isu/benchmarker

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/illmaticindustries/private-isu/benchmarker

  • v0.0.0-20220703081654-096802b1d544
  • Source
  • Go
  • Socket score

Version published
Created
Source

初期データ

http://twilog.org/catatsuy をスクレイピングしてラーメン画像を取得してきて、ImageMagickでフィルターをかけて1万枚ぐらいの画像を用意する

画像データと生成したmysqldumpファイルはGitHubのreleaseにアップしてある https://github.com/catatsuy/private-isu/releases/tag/img

フィルター

convert $file -blur 20 blur-$file
convert $file -median 10 median-$file
convert $file -sepia-tone '70%' sepia2-$file
convert $file -sepia-tone '90%' sepia-$file
convert $file -modulate 100,90,90 red-$file
convert $file -emboss 10 emboss-$file
convert $file -modulate 100,90,90 red-$file
convert $file -type GrayScale gray-$file
./toycamera -i 50 -o 150 -s 100 -O 3 -I 3 $file toycamera-$file # http://fmwconcepts.com/imagemagick/toycamera/index.php
convert $file -flop flop-$file

names.txt

http://names.mongabay.com/female_names.htm から女性名トップ1000をスクレイピングした

kaomoji.txt

http://kamoji.wiki.fc2.com/ から「挨拶」をスクレイピングした

FAQs

Package last updated on 03 Jul 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc