Bo

Results 103 comments of Bo

之前没注意这方面,应该可以去掉

@Clown1i 暂时没有计划做这个事情。。。而且关于图片信息的处理,有的人希望保留(https://github.com/meowtec/Imagine/issues/162,这里应该是格式转换丢失了),如果要做的话,应该给一个专门的选项才合理。 而且我翻了一些 mozjpeg 的 help,发现没有找到删除 EXIF 的选项,可能需要其他办法实现。

What's your browser and the version? Did you try in latest chrome?

> > Firefox v106.0.5 which is the latest version! > > I am using windows system! > > I have also tried to run this code on latest chrome browser...

@Lucifer-00007 This should have been fixed. Thanks!

@timgyaki Which branch are you checking in? Did you forgot `git pull`?

No because if you load file from an URL, you might get [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) issues.

@softmaniaperu What is the way you want to read the URL? - From a URL query like this: `https://meowtec.github.io/audio-cutter/dist/?audio=https://host/path.mp3` ? - Or read from a text box such as `window.prompt()`?...