Skip to content

Commit

Permalink
UI优化、性能优化
Browse files Browse the repository at this point in the history
  • Loading branch information
liesauer committed Nov 1, 2021
1 parent 0b757b4 commit f6ceba8
Show file tree
Hide file tree
Showing 36 changed files with 1,189 additions and 2,993 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@ __MACOSX
[Oo]bj/
[Rr]elease/

packages/
memes/

# sublime
*.sublime-workspace
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@

## 支持图片格式

`png` `jpg` `bmp`
`png` `jpg` `bmp` `gif`

不支持大图以及透明图,微信原生支持`gif`动图直接添加为表情,所以不需要转换。
## 图片大小限制
`1024` x `1024`

## 代码引用

[NGif, Animated GIF Encoder for .NET](https://www.codeproject.com/Articles/11505/NGif-Animated-GIF-Encoder-for-NET)
## 特别注意说明
受表情包格式的限制,原图片色彩越多越丰富,转换出来的表情包失真则会越严重(半透明图片也一样),可以尝试切换不同转换模式得到效果最佳的一个表情包使用。
31 changes: 0 additions & 31 deletions pic2meme.sln

This file was deleted.

9 changes: 0 additions & 9 deletions pic2meme/App.xaml

This file was deleted.

13 changes: 0 additions & 13 deletions pic2meme/MainWindow.xaml

This file was deleted.

179 changes: 0 additions & 179 deletions pic2meme/MainWindow.xaml.cs

This file was deleted.

Loading

0 comments on commit f6ceba8

Please sign in to comment.