This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package me.egon.testapplication; | |
import android.graphics.Bitmap; | |
import android.os.Bundle; | |
import android.support.v7.app.AppCompatActivity; | |
import android.widget.ImageView; | |
import java.nio.IntBuffer; | |
public class MainActivity extends AppCompatActivity { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import javax.imageio.ImageIO; | |
import java.awt.image.BufferedImage; | |
import java.io.File; | |
import java.io.IOException; | |
public class FPIconParser { | |
public static void main(String[] args) throws IOException { | |
String decompressed = LZString.decompressFromUTF16("埐\u037Fᒌ偔瞊㐭࠹៸ⓑ䭆އ䶗ⵆ咨桺ଇ\u1289᷃濅䟷媋矹\u061Dᾜ栀\u1CA2ᑸဠ "); | |
char[] pixels = decompressed.toCharArray(); |