Difficulty in forming nine-patch image in photoshop cs6 [closed] - photoshop

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Hey I am trying to design an interface for android application. Since I am a beginner to Android and Photoshop, I am having a few issues.
Most important of them is that I try to draw on larger than required canvas ( say, A4 siza; because i am not used to precise drawing) and then duplicate those high resolution (300dpi) layers to a smaller canvas with high resolution to create nine-patch files.
But I am unable to copy those layers; nothing shows up on canvas even if I have layers in the side box.
I have tried it multiple times but same result. Kindly guide me how to properly make a nine-patch image?

Related

How to draw using finger over any shape or image in uwp [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
I'm trying to draw using finger on any image or any shape or inside a particular shape eg rectangle. How to do that
Any idea would be appreciated.
For that purpose the InkCanvas is designed. You can surely find tutorials and some MSDN docs about this. Even other SO questions.

Counting Kernels of Corn [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I'm looking for some guidance here. I primarily am a frontend developer. What I am trying to figure out is how an algorithm can be implemented to count kernels on an ear of corn.
From my initial research it seems there are a couple of different directions to go. Main ones I have seen are a SIRF type of implementation and others call for conversion to the HSV color space or LAB color space in order to then to normalizations and then counting.
For reference usually the corn that will be counted is "dent" corn. Here is an example:
This will be implemented in VB.net, but I can always translate the algorithm if needed.
Thank you for your help!

In ios7 for xamarin application is not taking retina images [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 9 years ago.
Improve this question
I am developing one xamarin app and using ios7.I am having one image with LikeIconSmall.png and LikeIconSmall#2x.png.but it is not taking retina image,it is always taking nonretina images on retina phone also.Please suggest any solution.This issue is for all images in application.
I would make sure the build action for your images is set to content and you are using UIImage.FromBundle(path) to load you image

How to create big size billboards? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I need to creat a billboard that is 7m width and 3m height.
I started in Photoshop, and after I saw that the clean file is about 18gb, i said like hmmmm... Then i tried Adobe illustrator but it allows maximum file width 577,95cm which is 5.7m.
How can create the billboard?
Billboards that big are usually printed in very low resolution. For image that size you will probably need no more than 15-30 DPI and it will drastically reduce your file size.

iOS giving plotsymbols a border [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
I am trying to create a simple scatter plot with PlotSymbols for when I hit a point of data. I have all of that implemented, but the line and the symbols are all one color that blends in making it hard to see the data. I know I could make the symbols bigger, but I am hoping to try and avoid that.
From the few screen shots that I saw in the examples I saw the ability to do this, but only for the ellipse symbol. Is there any way to do this for other symbols as I am currently using the rectangle.
Every plot symbol has a lineStyle and a fill. You can mix and match to get whatever look you want.