🧩 ujc to png
Download your puzzle designs from Nonograms Katana as simple images.
How to use
First, export your data from the game either as a .zip archive or
    as single .ujc files, then drag and drop the exported files on this
    page.
- Open the Nonograms Katana Android app
- 
Select the Settingsicon in the top right corner (see wiki)
- Open the Othermenu at the bottom
- Select Save progress to file (zip)
- Save the NonogramsKatana.ziparchive
- Open the Nonograms Katana Android app
- Go to the My Nonogramsscreen
- Select the three vertical dots next to a nonogram
- 
Select Share(see wiki)
- Save the .ujcfile containing the nonogram
- Open your device's file manager
- Select your device's internal storage
- 
Go to the Androidfolder/data /com .ucdevs .jcross /files /puzzles 
Dropzone
Gallery
FAQ
-  How does this app work? This app analyzes the .ujcfiles generated by the game and extracts the contained png images that represent the nonogram pictures.To learn more, you can review the source code on GitHub. 
-  Who is this app for? This app is for nonogram authors who want to backup their own designs and have them available as images. 
-  Are my nonograms private? Yes. This app works entirely inside your browser and no file ever leaves your device. 
-  Can I download nonograms made by other authors? No. To respect their work, this app does not allow you to download nonograms made by other authors. 
-  How many nonograms can I convert? As many as you want. However, the more nonograms you process together the slower the conversion process will be, especially on less powerful devices. 
-  Why does nothing happen after I select the .ujcfiles?On less powerful devices, the conversion process can take a few seconds or more. Either wait a little before retrying or convert fewer nonograms at a time. 
-  Why do some images have transparent backgrounds? When the Recolor imagesoption is not selected, images are extracted as-is from the.ujcfiles, which internally represent the background color of colored nonograms as transparent.To fix the final colors, enable the Recolor imagesoption. However, due to the way that browsers work , this is a lossy operation and the final colors may be slightly different from the original ones you selected in the game editor.
-  Why are the extracted images so small? If the Scale imagesoption is set to1, the final image dimensions correspond to the original dimensions of the nonogram. For example, a 20x20 nonogram becomes a tiny 20x20 pixels image.To save images in a larger format, increase the value of the Scale imagesoption. For example, scaling a 20x20 nonogram by a value of25produces a larger 500x500 pixels image, since20*25 = 500.Note that, similarly to the Recolor imagesoption, this is a lossy operation and the final colors may be slightly different from the original ones you selected in the game editor.
-  Why does the Border radiusoption not work?Make sure you are using the latest version of a supported browser and try increasing both the Scale imagesoption and theBorder radiusoption to a high value like50to verify that it works.
-  Why are the Dropzone,Options, andGallerysections not visible?This can happen when something goes wrong when loading this app. Make sure you are using an updated and supported browser that has JavaScript enabled and try reloading the page. 
-  Can I directly import png images into this app? Yes. Just drag and drop them into the dropzone or select them in the file picker. After that, you can manipulate them as usual with the available options. For example, you can use this app to add grid lines to your images. If this is the case, we recommend using gridify.it if you need a way to add a grid to your pixel art images. 
-  Can I save my nonograms from the Nonograms Katana iOS app? No. Unfortunately, the Android and iOS versions of the Nonograms Katana app are different and the iOS version does not currently provide an option to export your nonograms to a local file. If you find a way to export or share .ujcfiles from the iOS app, please open an issue (see the last question) so that we can update this answer.
-  I found an error / I want to ask another question. Please open an issue on GitHub, it's the fastest way to have your question seen.