Paint.NET :: Changing Numbers And Adding New Numbers?
Jul 8, 2012
I hereby have a school note report from my little brother. He told me he had some bad notes in his last period and I would like to make a fake copy of it.
Basically, I scanned his 3th period notes and I would like to change some and add some
How you can remove numbers and add new ones over it and add numbers with the same digital code used on the old ones to put those in empty notes
View 5 Replies
ADVERTISEMENT
Jul 18, 2013
I have subroutine that retrieves a list of detail numbers in a drawing. Sometimes there are missing numbers. I am looking to find a list of any missing numbers.
Example -
(setq List_DN (list 1 2 3 5 6 7 10 11 12 17))
Missing numbers are - 4,8,9,13,14,15,16
I would like a subroutine to take the List_DN are return the following missing numbers as text
(Get_Missing List_DN)
return
4,8-9,13-16
View 9 Replies
View Related
Feb 20, 2012
I am trying to link my parts list to a drawing however all balloons have different numbers.
I open the assembly and check everything out from vault I open my bom and change item numbers. When I get back to my drawing and apply for auto balloon I get completely different item numbers in my balloons. We just updated our software to a new 2012 version so it's maybe something with set up.
View 9 Replies
View Related
Jun 20, 2011
Is there a way to sync callout numbers to correspond with note numbers. When I add or delete notes in my drawings it takes to much time to update the callout number in the drawings. I need to figure out a way for the note and corresponding callout to change at the same time.
View 6 Replies
View Related
Apr 21, 2013
I am on a project of making 12,500 tickets and so far, I'm at 500 out of 12,500 .. I was just wondering if Photoshop or other Adobe programs can Add Sequential Numbers on a particular area ON a picture,
Example: (this is what i 'm doing, i'm doing it manually, saving it one by one.. and it is taking some time, it's been 2 days already)
then..
and..
and repeat the process again ..
there.. i've tried using recording Action. How to use script, (if i have to use script, can you instruct me on a step-by-step procedure or atleast pinpoint me to a thread that explains it, because the ticket's deadline is on May 4th, and again i have 12,500 tickets to make)
also the way that i print this is first as you can see saving it one by one as .jpeg and selecting 9 of the .jpeg files, right click, then print as wallet size, for it to fit in a 8.5 / 11 paper.. there..
View 6 Replies
View Related
May 2, 2006
I've been given the task of numbering our blueprint files (.tif format). I need to add around 800 ballooned numbers to each drawing at specific locations. These are just numbers with a circle around it.
Currently, I'm manually adding the number as text and then drawing a circle around it, then the next number, another circle etc.
View 1 Replies
View Related
Mar 17, 2012
I have designed and printed a BLURB book in LR4 beta successfully. Although the color was somewhat streaked and blotchy, it wasn't a bad effort, but it does need refinements. How I might add page numbers? Without page numbering, making a book greater than a few pages is not really acceptable.
View 2 Replies
View Related
Sep 26, 2012
I am trying to add page numbers to an existing document. I have tried to add them in Prepress, but all I see is the "Print File Information" and even that is not in a location I want. I have the "Position Within Page" checked.
View 1 Replies
View Related
Jan 23, 2014
I am using LR 5.3 for real estate photography using bracketing of sets of 3. Then creating stacks by capture time in LR. I would like to know if I can apply a preset to ALL of a specific number of a stack (such as all #1's, all # 2's or all #3's - when expanded of course) at one time rather than manually selecting all number 1's and then adding a preset; etc?
View 1 Replies
View Related
Oct 30, 2012
how to change the numbers to the brush name in the brush preset picker?
When you hover over a brush in the picker you get the name of the brush. I think it would work better if the numbers were replaced with the name of the brush.
View 3 Replies
View Related
May 7, 2009
I'm using CS2 on Mac OSX 10.4. Recently I tried importing a Photoshop image into Illustrator and then matching a color in Illustrator to a color in the Photoshop document. But Illustrator changed the CMYK values of the color in the Photoshop document even though I have "Preserve CMYK colors" checked in the color setup window. Both applications and files are set to SWOP v2.
I don't have the same problem when placing either Photoshop or Illustrator files into InDesign.
I ended up recreating the project in InDesign to get consistent color, but I need to know how to make Illustrator preserve color numbers for the project that will come up for which I need Illustrator features.
View 3 Replies
View Related
Nov 9, 2013
I am creating an image of 150mm x 100mm at 300dpi but photoshop keeps adding decimal points like 150.02 when i change the image from the original size, is it something I am doing wrong or a known bug? You would expect that when you change an image to 150 x 100mm it would stay at that size and not be added to.
View 2 Replies
View Related
Apr 5, 2012
I have draws with a a lot of layouts.In each layout, there is a block (CARTOUCHE) with a an attribute (PAGENUMBER)
I am looking for a way to select the block in my first layout, indicates a number for my attribute (PAGENUMBER). The lisp will automatically increase the attributes of the next others layout. How can I start this lisp.
View 9 Replies
View Related
Aug 15, 2012
I need to export with artboard. Illustrator automatically adds a number to my original file name. It won't even let me replace the old file. It is extremely annoying and makes flow with other programs really hard because they can't auto update, since the file name changes. When you have multiple files, you can't be manually renaming all the time.
View 4 Replies
View Related
Aug 30, 2013
i can't find a way to change opacity by taping numbers on my Macbook Pro Retina (French version AZERTY).I think the problem comes from the fact that i don't have a numeric keypad.For instance, on the brush tool, if i enter 1 (by pressing shift+&), i change the flow to 10% and so on, but i didn't find a shortcut to change the opacity.On the move tool, if i enter 1 (by pressing shift+&), the opacity of the active layer don't change.
View 3 Replies
View Related
Apr 16, 2012
I have an opportunity to make a good impression at a new job, but ive never had the initiative to learn how to write a lisp routine. at my work we make walk-in coolers and freezers. these coolers are modular with a standard wall piece measuring a certain length. these wall sections have to be numbered sequentially. is there any way to automate this? sometimes we get change order from the client and it means going back and manually changing multiple texts (sometimes in the hundreds), but i thought if there was a way these wall sections could be scheduled somehow that when a new wall panel is inserted in the beginning of the sequence it would update everything after it automatically.
View 9 Replies
View Related
Dec 19, 2011
How to make the following script for adding serial numbers apply to multiple files in a selected folder?
var docRef = app.activeDocument;
with (docRef) {
var docName = name.substring(0, name.lastIndexOf('.'));
var artRight = visibleBounds[2];
[Code] .....
View 6 Replies
View Related
Dec 30, 2012
Is it possible to automatically add numbers to faces in a picture?Next step is to insert the picture in a Word file where I can create a legend which tells which number in the picture is who.I understand that I need to insert the picture twice in the Word doment, 1: the original without numbers, 2: the numbered version with the legend.
View 1 Replies
View Related
Apr 29, 2012
I had my first contact with Paint.net and I didn't succeed to see how can we change the colours of the numbers and of the background.
How can we do that?
View 2 Replies
View Related
Aug 21, 2011
Is there a way to change the selection position and size by entering the numbers exactly? I find it difficult to make pixel perfect movements and it is tiresome to use the keyboard arrows to do this.
When something is selected, the position and size appear in the bottom left corner. Perhaps clicking on this could bring up a window that would let the user enter exact values.
View 3 Replies
View Related
Apr 8, 2012
I've hit the wrong button, i have lines with numbers and a small box next to them all over the page. How do i get rid of them
View 3 Replies
View Related
Jun 15, 2012
i am able to type numbers elsewhere on my mac but for some reason i can't do numbers. i can't do it in the text tool and i can't do it anywhere else in CS5 either. I used to be able to do it...
View 3 Replies
View Related
May 15, 2013
I'm writing programm for Corel and I need to find even numbers. I know one way in C++: if(j%2==0){}//if the row index is even else{}//if the row index is odd
Is there an alternative in VBA?
View 3 Replies
View Related
Aug 12, 2012
Haven't been here in a while and have an old version of Video Studio, good chance i forgot how to use some of the editing techniques. I have a short film to do and am going to try Pro X5 trial software.
Is my computer good enough to handle Pro X5? Here's some numbers.
Processor---Intel(R) Pentium(R) Dual CPU E2220 @ 2.40GHz, 2400 Mhz, 2 Core(s), 2 Logical Processor(s)
Installed Physical Memory (RAM) 4.00 GB
OS Name---Microsoft Windows 7 Home Premium
View 2 Replies
View Related
Sep 11, 2004
I have a senior that wants the block numbers of '05 on his senior picture. The goal is to have the apperance of numbers cut out of wood on the floor beside him. (he has seen this somewhere)
View 3 Replies
View Related
Nov 20, 2012
every time I try to type a number or symbol, the blinking line suddenly switches over to the left side of whatever I'm type, and it's like everything is in reverse. I can't type numbers on symbols with the text tool normally at all.I literally just installed it and this problem appeared.also, unless, I make the switch, the blinking line will stay on the left side of the text no matter what. this is really weird. everything I type is in reverse.
View 1 Replies
View Related
Aug 27, 2012
When typing numbers or punctuation on Photoshop CS6, they always glitch and go back to the beginning of the sentence and can't be made to go after the letters.
View 20 Replies
View Related
Feb 15, 2012
I have a question on color numbers
My i1/X-Rite shows a table, after profiling, of the color numbers set in RGB, the color numbers expected in LAB, and the color numbers measured after profile/cal, again in LAB. One of the numbers with the greatest difference between Expected and Measured out is pure Red, set as 255,0,0 in RGB. The measured error value is, in percentage, 1.14%. Now here's where it get curious.
When I open PS and set a Color fill for 255.0.0 RGB, the resulting LAB is nowhere's near the one's indicated in the table as “Expected” as below:
X-Rite Table
RGB= 255,0,0
LAB Expected:
L 56
A 80
B 66
Photoshop Fill
RGB set to 255,0,0
LAB Numbers
L 61
A 127
105.
If I set the Expected LAB values, in Photoshop, of course, RGB is not 255,0,0 and to see what the differences are, I did both sets of LAB values, set one image as a layer over the other and went to Difference. The result was a muddy green, like old pea soup.
In case you are wondering why I am doing this, it's because on a particular image with ample dry grass in the image, the difference between the print and the screen is noticeable, if on the subtle side, so I make a correction using Selective Color, Picking the middle gray and moving the Cyan slider -3, which then produced a print extremely close to the screen; -2 would be better.
It would be nice if all I had to do is to save this Selective Color setting and use it when I print on my basic paper. It may also simply mean I should profile the printer as well, and I will do so. But it nags me to see what X-Rite calls pure Red and Photoshop shows as pure Red, both set at 255,0,0!
View 7 Replies
View Related
May 20, 2011
I am Creating a DVD + menu using X4..I have 5 Mpeg videos added to the burner module..I am using one of the Text Menus...Customised to use 6 per page.My five links show on the first menu page.From Advanced I have selected to show Thumbnail Numbers
I expected to see 1 through to 5...I see 1, 2. 3, 4, then 1..I added a further video just to make sure and I see 1, 2, 3, 4, then 1, 2 …the numbering starting again.
View 6 Replies
View Related
Jan 5, 2014
Curious, I am trying to get numbers 'engraved' (extruded) into a diameter of a dial ring. I was able to create a couple of planes to create the marking lines around the OD, but am unsure how to add numbers and extrude said numbers (in the easiest fashion possible). I need to go from 0 to 90 on the longest marking that starts at 0° and is every 36°.
Also, that being said, with the little I tried and was unhappy with, I created a text box at the 0° marker but the text was in the wrong rotation the marker and rotation box was greyed out. How can I resolve this...or is it even related?
File attached.
----------------------
Inventor 2014 PDS
View 2 Replies
View Related
Aug 29, 2013
I have an assembly made of three parts. There is ilogic in place to rearrange these parts in the assembly. The part numbers change depending on how the puts are arranged and there length. The part numbers come up fine in the assembly ( i have a window popping up to show them). However when i open the BOM the separate parts are listed but not with there part number just with there file name.
View 9 Replies
View Related