knicknic
Knicknic
knicknic.github.io/croppy/
I made croppy to help you split your comics, come check it out!
- Joined
- Jun 26, '18
- Last Post
- Dec 14, '19
- Seen
- Feb 18, '20
- Views
- 70
- Trust Level
- member
Fyi croppy is updated. https://knicknic.github.io/croppy go to the webpage and ensure that you see christmas theme (thanks for the theme @Laht ) . If you plan on reuploading alot of old comics, I suggest to read about using the extension
Here is a better command. It always splits the image into 34 slices. Hopefully this works for you.
This is done because I need to keep the file size under 2MB. and uncompressed image at 940x1280 will be above 2MB. But I assume some compression will occur. It is a nice trade off of ensuring that the file will fit, and the image won't be supper big, so it will load quickly on mobile connections. H…
.tiff will be compliant with most apps when sharing between them. .clip is a proprietary format. Imagemagick does not have support for it, therefore croppy doesn't have support for it. .psd a lot of apps support it, but the support from some apps is not always that great. You can also export to .png…
croppy now automatically converts it to less than 20 MB. It tries a few things, First PNG, then JPEG, then JPEG compressed to less than 20MB
if you decide to reupload any strips I would suggest you use the extension. It will save time over the .zip
I changed the default on mine to PNG as well. Btw to get Lanczos support you could use the same imagemagick library I worked on converting to webassembly, you can see the npm project here https://www.npmjs.com/package/wasm-imagemagick .
Changes are live. If you see my twitter contact info on the page, you have the new version of the site. If not flush your browser cache.
Since webtoons added support for PNG there have been requests to add support to croppy (a webpage that auto slices comics into the right format and size for tapas and webtoons). There has also been requests to not do it. Some people think their comic will have be smaller if sliced with jpeg. In m…
Would the quality be different if I use the transform tool to resize each individual panel and pasting them onto a vertical canvas instead of resizing the whole file? Dont know Does it make a difference if I convert my panels to jpg/png then resize rather than the other way around? Yes, jpeg is lo…
Its really cool you spent the time to make this, and open source it. FYI I also have a slicer. It is just a website see https://knicknic.github.io/croppy/ . It works on mobile, windows, mac. Its a PWA(it even works offline), it uses webassembly compilation of Imagemagick. It supports photoshop fil…
magick_url Is a website that can where you can pass what options for image processing inside the URL. This means you can use it to create urls to share with others process images however you want. The url I have shared allows you to add 1 to many files and get a zip file of the processed files …
@michaelson why not just make a PWA and market that as the mature app.
Webtoons already has a report button for comments. All they need to do is if that report comes from the poster of the comic, then just delete the comment. A fairly simple feature... Webtoons should either actually look at reported comments, or at least let the artist censor them.
@BlueDragon @marvelescent @momojiji After I wrote croppy I wrote a website where you can have links to arbitrary imagemagick commands. if you have 50 panels and you need each panel to be less than 400K you can set that in the following way magick_url Note the above link sets it to 300k you ca…
What file type do you upload to croppy, if you export csp to jpeg and then upload to croppy it will bloat the file size more than if you upload a png or a tiff to croppy. You will also get poor quality if you upload a jpeg vs a png or tiff.
I can’t believe it’s been a year!!! Happy birthday croppy!!
Can you send me the original file you were attempting to use. Knic.knic at gmAil Also what version browser are you trying to use. https://www.whatismybrowser.com
Does https://knicknic.github.io/croppy work (no extensions)? If not does https://old.croppy.duckdns.org work, yes or no?
I got my post Card. THANKS!
The croppy code only runs from when you select an image, till when you see 1/3 images or whatever 1/10. After that the code is uploading the pictures to webtoons and that is what is slow (so its a problem with your browser, tablet, or internet, or webtoons). I suggest you just reboot your router & …
SWEET! too bad the shirts are only for staff members... Does it count that since me and Yoon collaborated on the croppy extension for tapas that I am an honorary staff member? Should we just email you our name and address? Thanks, this was FUN!
16,987,996 - 126,000(your last minute manipulation) = 16,861,996 My guess was 16,852,333
16,852,333 Is my guess
Thx @Daknight & @issei
@Daknight Thx for the donation! Glad I could save you some time.
There is a version of imagemagick that works in the browser only https://knicknic.github.io/imagemagick/ , but if you just want to convert to webtoon or tapas then https://knicknic.github.io/croppy/ will do whatever you need to. I have tested both in andriod & iphone on the latest versions. Biggest …
First thanks for testing. Something is definitely not working right. In Hamburger icon -> Help -> About Firefox what does it say your version is? In mine it states 60.0.2 (64-bit). If you are running something lower than 60 you will want to upgrade.Also are you running windows, linux or mac. Anoth…