Skip to content

Instantly share code, notes, and snippets.

# -*- coding: utf-8 -*-
import os
import sys
import traceback
import argparse
import cv2
import numpy as np
import colorsys
# INTER_NEAREST - a nearest-neighbor interpolation
//
// MyTextureAtlas.swift
// SpriteKitTest
//
// Created by Kakehi Gota on 2015/05/18.
// Copyright (c) 2015年 Kakehi Gota. All rights reserved.
//
import Cocoa
import Foundation