iPhone6分辨率与适配分辨率和像素经新xcode6模拟器验证(分辨率为pt,像素为真实pixel):iPhone5分辨率320x568,像素640x1136,@2xiPhone6分辨率375x667,像素750x1334,@2xiPhone6 Plus分辨率414x736,像素1242x2208...
分类:
移动开发 时间:
2014-11-26 13:39:56
阅读次数:
161
pixel format definitions More...#include "libavutil/avconfig.h"#include "version.h"#include "old_pix_fmts.h"Go to the source code of this file.Macros#define AVPALETTE_SIZE 1024 #define AVPALETTE_COU...
分类:
其他好文 时间:
2014-11-25 16:31:36
阅读次数:
543
1. dpi是dot per inch,每英寸多少点,ppi是 Pixel per inch,每英寸像素数,针对显示器的设计时,dpi=ppi。
而安卓代码中常用density(点密度)来表示。ppi的计算方式呢可以根据勾股定理以及小学数学知识就能算出了哈哈,
例如小米2s分辨率1280*720,4.3寸。
这样的话可以得到ppi=(√1280^2+720^2)/4.3=341.53...
分类:
其他好文 时间:
2014-11-22 14:42:32
阅读次数:
298
重定向,也就是把图像中的像素从一个地方对应到另一个地方 To accomplish the mapping process, it might be necessary to do some interpolation for non-integer pixel locations, since t...
分类:
移动开发 时间:
2014-11-21 18:24:17
阅读次数:
155
Given an image represented by an NxN matrix, where each pixel in the image is4 bytes, write a method to rotate the image by 90 degrees. Can you do thi...
分类:
其他好文 时间:
2014-11-21 14:01:17
阅读次数:
119
图像边缘 —— 像素灰度值变换剧烈的点 You can easily notice that in an edge, the pixel intensity changes in a notorious way. A good way to expresschanges is by using de...
分类:
其他好文 时间:
2014-11-19 00:08:24
阅读次数:
308
Threshold Binary This thresholding operation can be expressed as: So, if the intensity of the pixel is higher than , then the new pixel intensity is ....
分类:
其他好文 时间:
2014-11-18 23:53:21
阅读次数:
292
1,购买了一个新的显示器
趁着双11的时候价格便宜,入手了一个显示器。
http://serve.netsh.org/pub/dead_pixel.bin
滚动下就可以换颜色了。把chrome最大化,简单测试了下,没有亮点坏点。
2,双显示器
程序开发还是有两个屏幕效率比较高。
如果是3个屏幕的话,比较不容易找到鼠标,还是两个好。
尤其是写程序,看代码,可以显示更多内容。...
分类:
Web程序 时间:
2014-11-13 16:47:26
阅读次数:
200
有没有感觉终端的字体锯齿感觉非常强?经过搜索后发现可以平滑字体显示得更漂亮一点: System Settings > Application Appearance > Fonts I enabledanti-aliasingand set Use sub-pixel rendering to RG....
分类:
系统相关 时间:
2014-11-11 15:41:16
阅读次数:
264
GL_ARRAY_BUFFER(表示顶点数据)GL_ELEMENT_ARRAY_BUFFER(表示索引数据)GL_PIXEL_UNPACK_BUFEER( 表示传递给O p e n G L 的像素数据)GL_PIXEL_PACK_BUFFER(表示从OpenGL获取的像素数据)GL_COPY_REA...
分类:
其他好文 时间:
2014-11-10 15:28:22
阅读次数:
191