Category: Additional information

  • About Photo Eraser icon(5/29Update)

    (2015/5/29Update)
    We apologize for the inconvenience.、2015/5/29The eraser design inside the icon has been changed from the release of version 2.00.。
    The following article's old version(v1.10)I will leave it as reference information for。


    There was a comment that Tombow Pencil might scold the Photo eraser icon.、We are currently inquiring with Tombow Pencil.。
    Speaking of erasers、I believe that the three lines of blue, black and white, which I have been attached to since childhood, are the most common and easy to understand.、I simply drew it inside the icon as an image representing an eraser.、To be honest, I didn't realize that this was a unique design for Tombow Pencil's MONO erasers.。I'm still an amateur when it comes to design, so it's embarrassing.。

    Feel free to use the design、I think it's a good idea to ask about it later.、If possible, I would like to use these three lines, which I have been attached to since childhood, to represent the eraser.、I'm currently waiting for Tombow Pencil's reply.。

    I did not originally draw this with the intention of interfering with Tombow Pencil's business or borrowing the brand power of MONO Eraser.、If there is any criticism, we will respond honestly, including changing the design.、If you would allow us to put an advertisement for MONO Eraser in the Photo Eraser app as a kind of tie-up, we would be happy to receive your permission.、I would be happy to assist you。In any case、Photo消しゴムを使っていただくユーザーの方々に不安や不快感を与えないようにしたいと思います

    but、今のところお返事をいただけておりません小さな個人開発アプリのアイコンデザインの話なのでトンボ鉛筆さんの事業には大して影響はなく今のところ黙認と言うことでよいのでしょうか
    トンボ鉛筆さん何かありましたらきちんと対応いたしますのでご連絡ください。Thank you very much。

    (12/7Write-once)

    トンボ鉛筆さんに再確認したところとても丁寧なお返事をいただきました「MONO」の文字が入ってない青白黒の3本線だけのデザインも商標登録しているとのことでした。therefore、トンボ鉛筆さんにご迷惑をおかけしないよう次回のバージョンアップでPhoto消しゴムのアイコンデザインを変更させていただきますトンボ鉛筆さんご回答ありがとうございました

  • Released Photo Eraser Version1.10!

    Released Photo Eraser Version1.10!

    Sorry to have kept you waiting for so long.、This version is fully compatible with iOS8.。

    The main changes are as follows。

    • Fixed an issue where the Twitter icon was no longer displayed in the send menu on iOS8.。
    • Fixed an issue where it became impossible to send to some apps such as LINE on iOS8.。
    • Compatible with iOS8 location information acquisition function change、Improved the message for permission to obtain location information when shooting with a camera.。
    • iOS8 photo app extensions(Photo Editing Extension)corresponds to、Blur the Photo eraser in the Photos app、resize、trimming、Exif information confirmation/deletion function is now available。When called from the photo app、Compatible with the original resolution of iPhone 6 and iPad、Can also be displayed horizontally。
    • share extension for iOS8(Share Extension)corresponds to、You can now pass images to Photo Eraser from the Share menu in the Photos app。
    • Added automatic resize function。If you set automatic resizing in the settings menu, when a large image is loaded, it will be automatically resized to the specified size.。
    • Improved image loading speed。
    • Compress the tutorial images、Reduced app size。
    • others、Fixed minor bugs。

     

  • Development impression

    This article、This is the developer's personal impressions.。Please read only if you are interested.。


    The world is buzzing with talk about iPhone 6 and iOS 8、We have finally released a new app。
    Honestly, this app was more difficult than I expected.。There was an incident where the development machine Mac broke during the process.、While doing other things,、It took more than half a year from the time I came up with the idea to the time I released it.。

    The beginning was simple。I personally don't post much on SNS.、I have a photo I want to send、I didn't want to show part of the photo to the public.、I was looking for an app to easily blur that part.。

    The iPhone is fully loaded with apps.、You'll soon find a free and easy app to blur.。I also thought it would be nice to be able to delete the shooting date and time and GPS information, so I looked for it...
    The blurring process is not easy to use and you cannot blur it as you imagined.、While editing the blur, a full-page advertisement suddenly appears and gets in the way.、It has a lot of functions such as brush shape and pattern selection, so you can do anything.、I don't really know how to blur it.、When I tried to save the edited image, it was resized to a smaller size than originally.、The image quality of the unblurred parts is poor.、Also, the shooting date and time and GPS information have been deleted.、You may have no idea what information was originally included or what information was deleted.、It was all like that。

    Huh?、Something like this? Well then、Maybe I should make it myself?。It's not easy if you just blur the place you traced with your finger.?Also, check and delete Exif information such as shooting date and time and GPS information.。If this is the case, I think we can release it in a month at the earliest.?
    And it was this development began in the wishful thinking...

    in、For now, the process of tracing an iPhone screenshot with your finger and blurring it is、Done in a few days。Whoa、I thought I could do this right away, so next time I tried to blur a photo taken with my iPhone's camera...。eating up too much memory、Instead of the app crashing, the device suddenly reset.。

    This is where I learned for the first time how difficult this type of app is.。Since iPhone photos have 8 million pixels, 1 pixel is 4 bytes, which is 32MB of data.。If I update this with blur processing in real time at the same time as the touch, the iPhone won't have the performance.。That's why I realized that everyone is editing with lower quality.。everyone、``Is this what it is??I'm sorry for saying that.。

    If、Place the display image in front of the actual image.、While touching, the display image will be blurred.、Shouldn't the actual image be blurred in the background??That's it、Also, when I started implementing it with a double layer structure thinking lightly, the processing became several times more difficult.(>_<)。Even if it is processed in the background、If you process images of more than 1M pixels at a time, operation will become unstable due to insufficient memory.、The traced area is divided into 1M pixel areas and blurred little by little.。To find this appropriate size, we process it while solving two-dimensional equations.、Solve math shape problems every day、100It felt like I had to stay and do extra lessons all the time until I got the points.。It took me about 2 months to finally get the tuning to my satisfaction.、I'm a little tired、This development has been dormant for a while.。

    after that、I suddenly thought of it、If you add a little color at the start of the touch when blurring、Wouldn't it feel like it could be erased??That's what I thought and tried it.、I named it ``Photo Eraser'' because it erases nicely.、I finished it。
    I would say finishing、There are many functions left to be done, including Undo/Redo functions.、Menu that pops up at the touch point、Resize function、Trim function、Exif information display/edit function、tutorial etc.、In the end, it took two months just for those things.。There were other things I wanted to do.、Schedule the next session、I managed to submit a review request to Apple a week before the iPhone 6 was announced.。but、There seems to be a rush of applications at this time of year.、Today I finally got it reviewed by Apple and was able to release it.。(It took 10 days after requesting a review.。)

    in the end、I just want to check and delete any privacy information when sending images.、Well, I'm having a lot of trouble.。It looks like the waterfowl is swimming comfortably on the surface of the water, but underwater it feels like they are desperately trying to maintain their balance while paddling in the water.。

    Well、Don't worry about that、No need to edit or blur、When sending images somewhere、Please check the privacy information using "Photo Eraser".!